I have a mysql table that already have 1 million records and will grow continuously.
But this table is read heavy and slow performance.
I want to speed it up.
I know mysql sharding, partition and master/slave solution.
But it unable to fullfil my requirement.
ps. I have tune the mysql configuration, and the table structure cannot be change.