diff options
-rw-r--r-- | doc/design.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/design.txt b/doc/design.txt index 1562d1b..ba28fdc 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -26,12 +26,14 @@ Secondary nodes The hash tree db -? is persistantly stored on disk -? is implemented as a 'protected, ram_file' DETS table +- [size] The log data - is persistently stored in a file system on disk +- grows with 5 GB per year, based on 5,000 3 kB submissions per day Scaling, performance, estimates -- submissions: less than 0.1 qps, based on 5000 submissions per day +- submissions: less than 0.1 qps, based on 5,000 submissions per day - monitors: 6 qps, based on 100 monitors - auditors: 8,000 qps, based on 2.5e9 browsers visiting 100 sites (with a 1y certificate) per month (assuming a single combined |