codeactual / hashmark

MySQL time-series database and PHP library for data point insertion and analytic queries
MIT License
12 stars 3 forks source link

Database migration approach #7

Open codeactual opened 15 years ago

codeactual commented 15 years ago

Test/Partition/Tool/massAlter.php began working on the task of keeping DB definitions up to date. But it narrowly focuses applying the same ALTER on a set of sample partitions.

Are there some good open tools out there for migrating the tables over time?

codeactual commented 15 years ago

massAlter.php was an early script and hasn't been used/tested in awhile. That does suggest it might not be critical to development work, but assisting production upgrades still seems relevant.