branches/
|
1
(19 years ago)
by filippis:
Initial import of tools
|
tags/
|
88
(18 years ago)
by duarte:
Creating of tools version 0.2:
Freeze of tools package at rev87.
New classes QueryThread and DataDistributer.
Reorganised DataDistribution (split into DataDistribution and DataDistributer)
Main functionality difference is that dump/loads of databases are now threaded thus being a lot faster (some parellelism in dumps/loads)
|
trunk/
|
87
(18 years ago)
by duarte:
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
|