Skip to content
Snippets Groups Projects
Commit 51e8d504 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

one more

parent b56e4280
No related branches found
No related tags found
1 merge request!293Design document for replication and recovery system
......@@ -144,7 +144,13 @@ These binary diffs could be copied to the backup location and would update the c
These diffs would be smaller than new copies of the database and save on bandwidth and storage.
At any point if the diffs grow to large the process can be started over with a new, recent copy of the database.
Text Deltas
~~~~~~~~~~~
The full contents of a SLQite3 database can be dumped as SQL text at any time.
The *Binary Deltas* design could be applied to these SQL text dumps instead.
Text diffs could be compressed to reduce the overhead compared to binary deltas.
These diffs are likely to be slightly easier to work with in the event any problems arise.
*What we've considered.*
*What trade-offs are involved with each choice.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment