thanks Andreas,
I will optimize master dB server, your suggestions will help me to do more best in this regard.
my single table count increases rapidly, you can see my last post counts were
+----------+
| count(*) |
+----------+
| 52433939 |
+----------+
and current count on master DB are
+----------+
| count(*) |
+----------+
| 54210071 |
+----------+
I am using MySQL enterprise 5.0. can you help me, how do i get performance on this DB. should i use "Archive storage engine" on slave and "MOVE" all records till previous month to "archive_table" and leave the current month records.
or
i change the DB to MySQL 5.1 to use partitioning , only on slave?
or
DB should be changed on both Master and slave and other than MySQL e.g Oracle.................etc.
thanks