ViewVC Help
| View Changeset | Root Listing
root/owl
Jump to revision: Previous Next
Author: duarte
Date: Wed May 3 08:50:26 2006 UTC (18 years, 5 months ago)
Log Message:
Improved considerably the splitTableToCluster method:
- got rid of the unnecessary step of creating partial tables before dumping.
- now directly dumping with new method dumpSplitData, a modified dumpData that dumps using a WHERE condition
- added variable NUM_CONCURRENT_SAMEHOST_WRITE_QUERIES used in dumpSplitData method. It sets the concurrency when dumping locally only from the master

Changed paths