Skip to content

Commit

Permalink
add db_bench results
Browse files Browse the repository at this point in the history
  • Loading branch information
cswinter committed Feb 12, 2024
1 parent fbb7f27 commit 1b89134
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/bin/db_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,21 @@ fn small_table_names(load_factor: u64) -> Vec<String> {
})
.collect()
}

// Stats at fbb7f27:
// $ RUST_BACKTRACE=1 RUST_LOG=info cargo run --release --bin db_bench -- --load-factor=9
// elapsed: 81.138535253s
// total uncompressed data: 1.00GiB
// total size on disk: 1.11GiB
// total files: 1540
// disk writes
// total: 4.76GiB
// wal: 3.36GiB
// partition: 1.05GiB
// compaction: 0.000B
// meta store: 364MiB
// files created
// total: 3112
// wal: 1536
// partition: 1525
// meta: 51

0 comments on commit 1b89134

Please sign in to comment.