Dhruba Borthakur
6fbe4e981a
If disable wal is set, then batch commits are avoided.
...
Summary:
rocksdb uses batch commit to write to transaction log. But if
disable wal is set, then writes to transaction log are anyways
avoided. In this case, there is not much value-add to batch things,
batching can cause unnecessary delays to Puts().
This patch avoids batching when disableWal is set.
Test Plan:
make check.
I am running db_stress now.
Reviewers: haobo
Reviewed By: haobo
CC: leveldb
Differential Revision: https://reviews.facebook.net/D11763
2013-07-23 14:22:57 -07:00
..
2013-03-14 16:00:23 -07:00
2013-06-12 11:17:19 -07:00
2013-06-12 11:17:19 -07:00
2013-01-25 15:37:26 -08:00
2013-01-25 15:37:26 -08:00
2013-05-28 12:36:42 -07:00
2013-07-23 13:36:50 -07:00
2013-06-05 10:48:24 -07:00
2013-05-03 16:59:02 -07:00
2013-07-19 16:20:36 -07:00
2013-07-23 14:22:57 -07:00
2013-07-23 13:36:50 -07:00
2013-05-29 08:47:08 -07:00
2013-05-03 16:59:02 -07:00
2013-05-23 11:49:38 -07:00
2012-09-16 19:33:43 -07:00
2013-07-23 13:36:50 -07:00
2012-11-06 14:07:31 -08:00
2013-06-10 15:08:13 -07:00
2013-06-10 15:08:13 -07:00
2012-12-17 11:26:59 -08:00
2013-02-04 19:42:40 -08:00
2012-12-17 11:26:59 -08:00
2012-12-07 11:42:13 -08:00
2013-03-19 14:35:23 -07:00
2013-02-28 18:04:58 -08:00
2013-03-21 15:12:35 -07:00
2013-03-19 17:21:36 -07:00
2013-01-23 16:54:11 -08:00
2013-01-23 16:54:11 -08:00
2013-07-11 12:11:11 -07:00
2013-07-11 12:11:11 -07:00
2013-07-11 12:11:11 -07:00
2013-07-11 12:11:11 -07:00
2013-05-03 16:59:02 -07:00
2013-05-03 16:59:02 -07:00
2013-05-03 16:59:02 -07:00
2013-06-12 11:17:19 -07:00
2013-02-28 18:04:58 -08:00
2013-02-28 18:04:58 -08:00
2013-05-13 12:33:02 -07:00
2013-07-23 13:36:50 -07:00
2013-07-23 13:36:50 -07:00
2013-06-12 11:17:19 -07:00
2013-06-12 11:17:19 -07:00
2012-06-27 14:36:31 -07:00
2013-02-28 18:04:58 -08:00
2013-06-18 14:28:04 -07:00
2013-03-12 16:03:16 -07:00
2013-02-28 18:04:58 -08:00
2013-07-23 13:36:50 -07:00
2013-07-23 13:36:50 -07:00
2013-07-23 13:36:50 -07:00
2013-06-26 15:13:21 -07:00
2013-07-23 13:36:50 -07:00