gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 02/02: document DB design


From: gnunet
Subject: [taler-docs] 02/02: document DB design
Date: Wed, 30 Nov 2022 16:50:06 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

commit 39137d43da8a7cfce29aaecdb64b33ea08a07b10
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Nov 30 11:50:38 2022 +0100

    document DB design
---
 design-documents/033-database.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/design-documents/033-database.rst 
b/design-documents/033-database.rst
index 760365f..ec91f6d 100644
--- a/design-documents/033-database.rst
+++ b/design-documents/033-database.rst
@@ -108,6 +108,16 @@ re-attach shards. So this will require additional stored
 procedures to support operations on shards.
 
 
+Merchant details
+^^^^^^^^^^^^^^^^
+
+The merchant does not (yet) need any type of master table, as we do not
+(yet) use any kind of sharding or partitioning.  There are also no
+stored procedures being used by the backend.  Hence, it is simply the
+"versioning.sql"-controlled table creation/alteration sequence
+(merchant-0001.sql, etc.) and the "drop.sql" to reset everything.
+
+
 Alternatives
 ============
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]