The document summarizes a research paper on optimizing the distribution of analytical query workloads across multiple database servers. It discusses:
1) How database clusters work and the idea of using materialized query tables (MQTs) to optimize analytical queries.
2) The proposed framework which uses a genetic algorithm-based scheduler to optimize mapping of queries and MQTs to servers to minimize overall workload completion time.
3) An evaluation of the genetic algorithm approach against exhaustive search and greedy algorithms on synthetic workloads, finding it provides results close to exhaustive search.