Aaron Gao
08616b4933
[db_bench] add filldeterministic (Universal+level compaction)
Summary:
in db_bench, we can dynamically create a rocksdb database that guarantees the shape of its LSM.
universal + level compaction
no fifo compaction
no multi db support
Test Plan:
./db_bench -benchmarks=fillseqdeterministic -compaction_style=1 -num_levels=3 --disable_auto_compactions -num=1000000 -value_size=1000
```
---------------------- LSM ---------------------
Level[0]: /000480.sst(size: 35060275 bytes)
Level[0]: /000479.sst(size: 70443197 bytes)
Level[0]: /000478.sst(size: 141600383 bytes)
Level[1]: /000341.sst - /000475.sst(total size: 284726629 bytes)
Level[2]: /000071.sst - /000340.sst(total size: 568649806 bytes)
fillseqdeterministic : 60.447 micros/op 16543 ops/sec; 16.0 MB/s
```
Reviewers: sdong, andrewkr, IslamAbdelRahman, yhchiang
Reviewed By: yhchiang
Subscribers: andrewkr, dhruba, leveldb
Differential Revision: https://reviews.facebook.net/D63111
2016-10-18 16:30:57 -07:00
..
2016-02-09 15:12:00 -08:00
2015-12-11 01:54:48 +09:00
2015-12-11 01:54:48 +09:00
2015-04-27 19:32:56 -07:00
2016-05-09 13:32:57 -07:00
2016-10-13 16:15:55 -07:00
2016-09-28 11:53:15 -07:00
2016-07-26 18:15:11 -07:00
2016-10-18 16:30:57 -07:00
2016-05-09 13:32:57 -07:00
2016-08-24 14:19:05 -07:00
2016-02-09 15:12:00 -08:00
2016-09-06 12:22:16 -07:00
2016-09-06 12:22:16 -07:00
2015-02-11 18:40:11 -08:00
2015-05-22 16:03:39 -07:00
2015-04-08 16:04:59 -07:00
2016-07-26 11:13:26 -07:00
2016-05-06 16:09:09 -07:00
2016-10-17 10:40:30 -07:00
2016-01-25 14:58:18 -08:00
2016-07-26 11:13:26 -07:00
2016-02-09 15:12:00 -08:00
2015-02-11 18:40:11 -08:00
2016-05-13 12:12:39 -07:00
2016-10-18 16:30:57 -07:00
2015-10-05 19:49:48 -07:00
2016-03-04 12:32:11 -08:00
2015-04-27 19:32:56 -07:00
2015-06-19 16:24:36 -07:00
2016-09-17 22:30:43 -07:00
2016-09-02 14:16:31 -07:00
2016-09-17 22:30:43 -07:00
2016-02-09 15:12:00 -08:00
2015-04-08 16:04:59 -07:00
2015-10-28 16:15:07 -07:00
2016-02-09 15:12:00 -08:00