Implements backup using specialised storage nodes and relying on replication
Replication is also fully reimplemented: - It is not done anymore on whole partitions. - It runs at lowest priority not to degrades performance for client nodes. Schema of MySQL table is changed to optimize storage layout: rows are now grouped by age, for good partial replication performance. This certainly also speeds up simple loads/stores.
Showing
neo/master/backup_app.py
0 → 100644
Please register or sign in to comment