I have a MySQL database server along with replication server, i.e. OLTP system altogether.
As I have very heavy data fetching queries for the decision making reports. I need to create data-ware house OLAP system, a separate OLAP server, with all OLTP tables but all tables will be MyISAM. So I can fetch & aggregate the data faster.
So, I need to create procedure which runs,say once in a two days or weekly. which requires incremental dumps from (replication server) and apply those dump on my OLAP server.
Can any expert please suggest me how to accomplish this from the very start.
I have a CENTOS server with LAMPP.