We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce03e4b commit 0d0cdedCopy full SHA for 0d0cded
doc/final-report/final-report.md
@@ -1361,7 +1361,8 @@ turn out to be the `cabal` process and not the benchmark process.
1361
1362
By the way, we also get excellent speed with the 10 M entry table: 150 k
1363
ops/sec, much more than the circa 86 k ops/sec we get with the 100 M entry
1364
-table. The reason is that for smaller tables there is less merging work to do.
+table. The reason is that for smaller tables there is less work to do generally:
1365
+less merging work, fewer runs, fewer Bloom filters.
1366
1367
## The upsert benchmarks
1368
0 commit comments