summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-06 23:27:33 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-06 23:27:33 +0100
commit5ae27a2ae18124c40295194b8c6aff26848f7268 (patch)
treeb12980cb1cdda703bda8dd8553745c90a796655d
parentb33c1a9aa34b7e0a04478caae7238c9d7458548b (diff)
downloaddocs-5ae27a2ae18124c40295194b8c6aff26848f7268.tar.gz
docs-5ae27a2ae18124c40295194b8c6aff26848f7268.tar.bz2
docs-5ae27a2ae18124c40295194b8c6aff26848f7268.zip
document replication order
-rw-r--r--design-documents/011-auditor-db-sync.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/design-documents/011-auditor-db-sync.rst b/design-documents/011-auditor-db-sync.rst
index 34432985..fb2e3bea 100644
--- a/design-documents/011-auditor-db-sync.rst
+++ b/design-documents/011-auditor-db-sync.rst
@@ -122,6 +122,28 @@ Those are:
* /auditors/ --- the exchange updates the /is_active/ and /last_change/
fields. The entire table is of no concern to the auditor.
+A good order for replicating the tables should be:
+
+* exchange_sign_keys
+* signkey_revocations
+* auditors
+* denominations
+* denomination_revocations
+* auditor_denom_sigs
+* reserves
+* reserves_out
+* reserves_in
+* reserves_close
+* known_coins
+* deposits
+* refunds
+* refresh_commitments
+* refresh_transfer_keys
+* refresh_revealed_coins
+* recoup_refresh
+* recoup
+
+
Alternatives
============