summaryrefslogtreecommitdiff
path: root/doc/paper/taler.tex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-16 14:33:04 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-16 14:33:04 +0200
commit1a8aedaff4a2dafb9f518da6b746930869e81163 (patch)
treea3c9743b95e14aa4dc0db2bd676932255d8355ee /doc/paper/taler.tex
parentf2c9ea526b511699904062b6c8ab0fa468f88b63 (diff)
downloadexchange-1a8aedaff4a2dafb9f518da6b746930869e81163.tar.gz
exchange-1a8aedaff4a2dafb9f518da6b746930869e81163.tar.bz2
exchange-1a8aedaff4a2dafb9f518da6b746930869e81163.zip
mention scalability, cite RSCoin on that
Diffstat (limited to 'doc/paper/taler.tex')
-rw-r--r--doc/paper/taler.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex
index cb8577eb1..313954f3e 100644
--- a/doc/paper/taler.tex
+++ b/doc/paper/taler.tex
@@ -1485,6 +1485,13 @@ these experimental results show that computing-related business costs
will only marginally contribute to the operational costs of the Taler
payment system.
+Scalability of the design is also not a concern, as the exchange's
+database can be easily shareded over the different public keys as
+desired. Similar to the RSCoin~\cite{danezis2016rscoin} design, this
+ensures that conflicting transactions end up in the same shard,
+enabling linear scalability of the database operations. Similarly,
+the cryptographic verification in the frontend can be distributed over
+as many compute nodes as required.
\section{Discussion}