From 5ae27a2ae18124c40295194b8c6aff26848f7268 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Jan 2021 23:27:33 +0100 Subject: document replication order --- design-documents/011-auditor-db-sync.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'design-documents') 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 ============ -- cgit v1.2.3