Lingjing You
1a928c22a0
Add insert hints for each writebatch (#5728)
Summary:
Add insert hints for each writebatch so that they can be used in concurrent write, and add write option to enable it.
Bench result (qps):
`./db_bench --benchmarks=fillseq -allow_concurrent_memtable_write=true -num=4000000 -batch-size=1 -threads=1 -db=/data3/ylj/tmp -write_buffer_size=536870912 -num_column_families=4`
master:
| batch size \ thread num | 1 | 2 | 4 | 8 |
| ----------------------- | ------- | ------- | ------- | ------- |
| 1 | 387883 | 220790 | 308294 | 490998 |
| 10 | 1397208 | 978911 | 1275684 | 1733395 |
| 100 | 2045414 | 1589927 | 1798782 | 2681039 |
| 1000 | 2228038 | 1698252 | 1839877 | 2863490 |
fillseq with writebatch hint:
| batch size \ thread num | 1 | 2 | 4 | 8 |
| ----------------------- | ------- | ------- | ------- | ------- |
| 1 | 286005 | 223570 | 300024 | 466981 |
| 10 | 970374 | 813308 | 1399299 | 1753588 |
| 100 | 1962768 | 1983023 | 2676577 | 3086426 |
| 1000 | 2195853 | 2676782 | 3231048 | 3638143 |
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5728
Differential Revision: D17297240
fbshipit-source-id: b053590a6d77871f1ef2f911a7bd013b3899b26c
2019-09-12 17:15:18 -07:00
..
2019-09-11 18:09:00 -07:00
2019-08-23 13:55:34 -07:00
2019-09-12 17:15:18 -07:00
2019-09-11 18:09:00 -07:00
2019-09-11 18:09:00 -07:00
2019-03-27 13:24:25 -07:00
2019-01-29 17:24:00 -08:00
2019-07-23 17:13:05 -07:00
2019-03-27 13:24:25 -07:00
2019-08-16 16:42:56 -07:00
2017-07-15 16:11:23 -07:00
2018-03-08 10:27:25 -08:00
2019-09-11 18:09:00 -07:00
2019-03-27 13:24:25 -07:00
2019-09-11 18:09:00 -07:00
2017-07-15 16:11:23 -07:00
2019-04-19 11:10:33 -07:00
2019-03-27 13:24:25 -07:00
2019-01-29 17:24:00 -08:00
2019-09-11 18:09:00 -07:00
2019-03-27 13:24:25 -07:00
2019-04-18 10:55:01 -07:00
2018-11-29 17:33:40 -08:00
2019-09-12 17:15:18 -07:00
2019-07-23 17:13:05 -07:00
2019-07-17 12:27:14 -07:00
2019-09-12 17:15:18 -07:00
2019-03-27 13:24:25 -07:00
2018-12-20 12:03:44 -08:00
2017-07-15 16:11:23 -07:00
2018-12-26 09:43:56 -08:00
2019-03-27 13:24:25 -07:00
2019-03-27 13:24:25 -07:00
2017-07-15 16:11:23 -07:00
2019-01-03 11:23:49 -08:00
2019-03-28 15:17:13 -07:00
2019-08-16 16:42:56 -07:00
2019-03-27 13:24:25 -07:00
2019-08-05 13:41:21 -07:00
2019-06-17 15:21:50 -07:00
2019-08-06 14:26:44 -07:00
2019-04-18 10:55:01 -07:00
2019-06-27 10:20:57 -07:00
2019-03-27 13:24:25 -07:00
2019-03-27 13:24:25 -07:00
2018-11-27 14:27:05 -08:00
2019-03-27 13:24:25 -07:00
2019-04-02 14:47:16 -07:00
2019-03-27 13:24:25 -07:00
2019-07-30 16:10:06 -07:00
2019-03-27 13:24:25 -07:00
2019-01-31 14:43:40 -08:00
2019-09-09 11:24:11 -07:00
2019-09-11 18:09:00 -07:00