This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-20
Channels
- # aleph (78)
- # announcements (13)
- # architecture (8)
- # aws (3)
- # babashka (110)
- # beginners (38)
- # calva (2)
- # clerk (1)
- # clojure (118)
- # clojure-austin (3)
- # clojure-dev (8)
- # clojure-europe (50)
- # clojure-france (2)
- # clojure-nl (1)
- # clojure-portugal (1)
- # clojure-uk (3)
- # clojurescript (101)
- # clr (10)
- # data-science (15)
- # datascript (5)
- # datomic (3)
- # events (1)
- # fulcro (22)
- # graalvm (2)
- # gratitude (3)
- # guix (1)
- # honeysql (1)
- # hyperfiddle (72)
- # jobs (3)
- # lsp (23)
- # malli (18)
- # membrane (29)
- # obb (1)
- # releases (1)
- # ring-swagger (2)
- # shadow-cljs (8)
- # squint (113)
- # xtdb (9)
the new :enable-filters?
RocksDB option doesn’t seem to be documented in https://docs.xtdb.com/storage/1.23.0/rocksdb/
Thanks for flagging, I'll get that fixed. Have you tried it out with your workload already? Part of the reason it's not "on by default" is because we observed mixed results for performance improvements depending on the kinds of data and queries involved. Like it's not a universal 'win'
but I’m interested in trying because I have a case with a massive conversion of data form another system that does the “writing an entity for the first time” a lot
I'll see if I can dig out a number or two. I believe @U8ZQ1J1RR tried :enable-filters?
and saw improvements