Commit Graph

40 Commits

Author SHA1 Message Date
Xin Dong 410d418c3e Revert "Merge pull request #3770 from dongxinEric/feature/ss-commit-pipelining"
This reverts commit e258dffc65, reversing
changes made to 0e96233015.

SS commit seems to be causing write performance degredation.
2020-10-19 09:28:38 -07:00
sfc-gh-tclinkenbeard dc4612712d Merge remote-tracking branch 'origin/master' into use-override-more 2020-10-09 07:12:41 -07:00
sfc-gh-tclinkenbeard 8571dcfe28 Use override where applicable in fdbserver 2020-10-07 18:41:19 -07:00
Xin Dong 34d1d04904 Commit pipelining attempt #2 2020-09-23 20:03:04 -07:00
David Youngworth e1b7dd0c7d Merge remote-tracking branch 'upstream/release-6.3' into dyoungworth/fixMerge1 2020-08-22 12:25:19 -07:00
Daniel Smith 94571786bf Add RocksDB work 2020-08-14 17:16:20 +00:00
Meng Xu fe5902994c
Merge pull request #3605 from apple/release-6.3
Merge Release 6.3 to master
2020-08-05 23:37:44 -07:00
Daniel Smith 6efd5996c2 Calculate data stored by Rocks 2020-07-29 22:08:32 +00:00
Daniel Smith fd973e5055 RocksDB fixes 2020-07-29 21:26:36 +00:00
Meng Xu 1b68665228 Merge branch 'master' into release-6.3 2020-07-08 18:52:05 -07:00
Daniel Smith 69139e3593 Remove unneeded option 2020-06-24 20:30:18 +00:00
Daniel Smith dd42d11f1b Revert "Revert "Re-use RocksDB iterators for scans""
This reverts commit 00102dc6f8.
2020-06-24 16:01:00 +00:00
Daniel Smith 00102dc6f8 Revert "Re-use RocksDB iterators for scans"
This reverts commit 90060ac29f.
2020-06-18 21:31:16 +00:00
Daniel Smith dff1209672 Delete some dead code and clean up includes 2020-06-18 18:58:18 +00:00
Daniel Smith 9286122544 Increase read concurrency 2020-06-18 18:42:45 +00:00
Daniel Smith 90060ac29f Re-use RocksDB iterators for scans 2020-06-18 18:01:21 +00:00
Daniel Smith 01e7b5356e Use SeekForPrev to simplify reverse iteration logic 2020-06-18 17:54:19 +00:00
Daniel Smith 318f290365 Delete files on background thread. 2020-06-18 17:46:21 +00:00
sfc-gh-tclinkenbeard d32e97e4c4 Added const to RocksDBKeyValueStore methods to support new IKeyValueStore interface 2020-06-17 18:20:43 -07:00
Daniel Smith 2a9fd611c5 Don't log ok status on DB close 2020-06-15 16:51:42 +00:00
Daniel Smith acbfe2e4c9
Revert "Revert "Initial RocksDB"" 2020-06-15 12:45:36 -04:00
Jingyu Zhou 9cd1614c82
Revert "Initial RocksDB" 2020-06-11 15:29:46 -07:00
Daniel Smith 346749d73c Implement deleting the data 2020-06-11 18:21:09 +00:00
Daniel Smith c3178d829d No longer double delete the DB 2020-06-11 16:12:29 +00:00
Daniel Smith 35372cbe38 Don't use global TraceBatch object 2020-06-11 15:28:36 +00:00
Daniel Smith d310a45cb4 Crash when trying to set up the rocks engine without building rocks 2020-06-10 20:19:06 +00:00
Daniel Smith 9c9eebe9ff Improve cleanup 2020-06-05 18:30:19 +00:00
Daniel Smith 6893e7bfbe Refresh RocksDB iterators instead of allocating new ones 2020-06-04 15:55:45 +00:00
Daniel Smith 98013e87b3 No longer use a tailing iterator 2020-06-03 21:11:57 +00:00
Daniel Smith 46b7803622 Fix reverse iteration seek behavior 2020-06-03 21:02:44 +00:00
Daniel Smith 455cb41283 Add a warning if attempting to use RocksDB without it built 2020-06-03 21:02:09 +00:00
Daniel Smith 4b402b213a Enable FDB to be built without RocksDB 2020-06-03 20:32:39 +00:00
Daniel Smith 830ddb3b5f Don't re-use cursors 2020-06-02 22:54:52 +00:00
Daniel Smith 62f2eb7875 Further reverse iteration work 2020-06-02 22:32:05 +00:00
Daniel Smith 8c5b40a92a Implement reverse range reads 2020-06-02 20:32:02 +00:00
Daniel Smith c2e8029837 Don't spam logs with missing keys 2020-05-28 21:19:12 +00:00
Daniel Smith f2bf42e7ac Cowardly refusing to write and empty batch 2020-05-28 21:12:16 +00:00
Daniel Smith 6386563cee Convert to buffering writes in the storage server thread 2020-05-27 19:59:51 +00:00
Daniel Smith b6dd425c1c RocksDB is kind of working! 2020-05-22 21:25:40 +00:00
Daniel Smith 5d361fe532 Copy/paste rebase onto 6.3 2020-05-22 15:02:51 +00:00