This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-27
Channels
- # announcements (13)
- # babashka (59)
- # beginners (58)
- # bitcoin (3)
- # calva (7)
- # cider (2)
- # cljsrn (4)
- # clojure (41)
- # clojure-dev (18)
- # clojure-germany (1)
- # clojurescript (14)
- # conjure (7)
- # cursive (5)
- # datahike (1)
- # graalvm (44)
- # jobs-discuss (3)
- # kaocha (19)
- # lsp (109)
- # luminus (3)
- # off-topic (8)
- # pathom (32)
- # re-frame (4)
- # reveal (3)
- # shadow-cljs (16)
- # spacemacs (5)
- # sql (18)
- # vim (13)
Hello everyone!! Many thanks for this wicked project! I am currently moving a project form Datomic to Datahike, and found out that :db.type/bytes
is not currently supported by Datahike. I am using this type to store (compressed) arrays of pairs of string and double. The range of the arrays can vary between 100 and 10000 pairs, so between 3 and 102 kilobytes, using nippy and 16 char strings.
Should I use a :db.type/string
instead? Or maybe create schema attributes for these pairs (e.g. tuple) and use a :db.type/ref
together with isComponent
?
Any advise, would be much appreciated!
Thank you 🙂