Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #1 from facebook/master #170

Closed
wants to merge 1 commit into from
Closed

Merge pull request #1 from facebook/master #170

wants to merge 1 commit into from

Conversation

baotiao
Copy link
Contributor

@baotiao baotiao commented Jun 6, 2014

test

@baotiao
Copy link
Contributor Author

baotiao commented Jun 6, 2014

1

@facebook-github-bot
Copy link
Contributor

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

@igorcanadi igorcanadi closed this Jun 6, 2014
Little-Wallace added a commit to Little-Wallace/rocksdb that referenced this pull request Apr 27, 2020
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Little-Wallace added a commit to Little-Wallace/rocksdb that referenced this pull request Apr 30, 2020
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
BusyJay pushed a commit to BusyJay/rocksdb that referenced this pull request Jul 25, 2022
* add multibatch write into memtable (facebook#131)

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

Support write multiple WriteBatch into RocksDB together. These WriteBatch will be assigned sequence number in order and pushed into queue. If a thread is waiting for some state, it could steal some job from work queue.

Signed-off-by: tabokie <xy.tao@outlook.com>

* Improve Multi Batch Write (facebook#154)

* perform like normal pipelined write

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: tabokie <xy.tao@outlook.com>

* pass enable_multi_thread_write to BuildDBOptions (facebook#170)

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: tabokie <xy.tao@outlook.com>

* Fix life time of `memtable_write_group` (facebook#171)

* fix life time of memtable_write_group

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: tabokie <xy.tao@outlook.com>

* Commit pipeline when write a WriteBatch for linearizability (facebook#267)

* support commit pipeline

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: tabokie <xy.tao@outlook.com>

* format

Signed-off-by: tabokie <xy.tao@outlook.com>

* remove useless code

Signed-off-by: tabokie <xy.tao@outlook.com>

Co-authored-by: Wallace <bupt2013211450@gmail.com>
luky116 pushed a commit to luky116/rocksdb that referenced this pull request Jul 10, 2024
We don't use the stat, and accessing thread local storage is expensive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants