The Wayback Machine - https://web.archive.org/web/20201115070149/https://github.com/topics/rocksdb
Skip to content
#

rocksdb

Here are 170 public repositories matching this topic...

tolitius
tolitius commented Aug 26, 2020

2 * X queries vs. 1

currently a single transaction with a batch X of documents does 2 * X SQL queries.
it looks whether the document exists first and then inserts or updates it:

(defrecord JdbcDocumentStore [ds dbtype]
  db/DocumentStore
  (submit-docs [this id-and-docs]            ;;    batch of documents
    ;; ...
    (doseq [[id doc] id-and-docs
      (if-not (do

手把手教你做中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章及程序demo--(技术交流QQ群:568892619)
  • Updated Nov 12, 2020
  • C

Improve this page

Add a description, image, and links to the rocksdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rocksdb topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.