We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caeac3 commit 35d2763Copy full SHA for 35d2763
README
@@ -71,10 +71,9 @@ The key points are:
71
- giving different values to options.total_leveldb_mem on subsequent Open
72
calls causes memory to rearrange to current value across all databases
73
74
-- leveldb can readily execute with 100Mbytes or less, but at least 340Mbytes
75
- per database is helpful.
+- recommended minimum for Basho's leveldb is 340Mbytes per database.
76
77
-- there is a performance sweet spot at 2.5Gbytes per database (3.0Gbytes
+- performance improves rapidly from 340Mbytes to 2.5Gbytes per database (3.0Gbytes
78
if using Riak's active anti-entropy). Even more is nice, but not as helpful.
79
80
- never assign more than 75% of available RAM to total_leveldb_mem. There is
0 commit comments