summaryrefslogtreecommitdiff
path: root/USERS.md
diff options
context:
space:
mode:
authorNathan VanBenschoten <nvanbenschoten@gmail.com>2018-07-13 22:40:23 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-07-13 22:43:09 -0700
commitef7815b803fe8a264466b92f20f04e03f1f45972 (patch)
tree7e90150ae6f46afcbc5fb628438767ed31f6e4c3 /USERS.md
parent91d7c03cdcb021e270db3b7fcb3f55bc9d357597 (diff)
Support range deletion tombstones in IngestExternalFile SSTs (#3778)
Summary: Fixes #3391. This change adds a `DeleteRange` method to `SstFileWriter` and adds support for ingesting SSTs with range deletion tombstones. This is important for applications that need to atomically ingest SSTs while clearing out any existing keys in a given key range. Pull Request resolved: https://github.com/facebook/rocksdb/pull/3778 Differential Revision: D8821836 Pulled By: anand1976 fbshipit-source-id: ca7786c1947ff129afa703dab011d524c7883844
Diffstat (limited to 'USERS.md')
-rw-r--r--USERS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/USERS.md b/USERS.md
index 9d7e3938c..993cc69d3 100644
--- a/USERS.md
+++ b/USERS.md
@@ -26,7 +26,7 @@ Learn more about those use cases in a Tech Talk by Ankit Gupta and Naveen Somasu
Yahoo is using RocksDB as a storage engine for their biggest distributed data store Sherpa. Learn more about it here: http://yahooeng.tumblr.com/post/120730204806/sherpa-scales-new-heights
## CockroachDB
-CockroachDB is an open-source geo-replicated transactional database (still in development). They are using RocksDB as their storage engine. Check out their github: https://github.com/cockroachdb/cockroach
+CockroachDB is an open-source geo-replicated transactional database. They are using RocksDB as their storage engine. Check out their github: https://github.com/cockroachdb/cockroach
## DNANexus
DNANexus is using RocksDB to speed up processing of genomics data.