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

add a missing word

parent 118d6c7d
No related branches found
No related tags found
1 merge request!293Design document for replication and recovery system
...@@ -145,7 +145,7 @@ ZKAPAuthorizer itself could write a log of all SQL it executes against the SQLit ...@@ -145,7 +145,7 @@ ZKAPAuthorizer itself could write a log of all SQL it executes against the SQLit
This log could be uploaded to the backup location. This log could be uploaded to the backup location.
This log will be smaller than new copies of the database and save on bandwidth and storage. This log will be smaller than new copies of the database and save on bandwidth and storage.
This non-trivial implementation work in ZKAPAuthorizer to capture the stream of SQL statements This involves non-trivial implementation work in ZKAPAuthorizer to capture the stream of SQL statements
(including values of parameters). (including values of parameters).
It is likely also sensitive to changes made outside of the control of the ZKAPAuthorizer implementation - It is likely also sensitive to changes made outside of the control of the ZKAPAuthorizer implementation -
though less sensitive than the WAL-based approach. though less sensitive than the WAL-based approach.
......
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