sql_partitioner 0.6.1
This gem will help setup partitioning on a table, based on its `timestamp` column. Once you have a table that is partitioned based on a timestamp, you will likely need to regularly add new partitions into the future, and drop older partitions to free up space. This gem can help carry out such routine activities as well.
Gemfile:
=
instalar:
=
Development Dependencies (8):
activerecord
= 3.0.0
data_mapper
= 1.2.0
data_objects
= 0.10.7
dm-mysql-adapter
= 1.2.0
do_mysql
= 0.10.7
mysql
= 2.8.1
rspec
= 3.0.0
simplecov
= 0.9.1