Fork me on GitHub
#datascript
<
2023-09-29
>
telekid11:09:55

Has any investigation been done into the performance characteristics of things that require large scans (like range queries) when using datascript alongside the new storage interface + sqlite?

telekid11:09:14

Considering replacing datalevin w/ datascript + sqlite in an app since the latter two are much more mature and would allow me to use litestream, but want to wrap my head around the performance implications a bit first

mkvlr11:09:46

LMDB also seems pretty mature to me?

telekid11:09:29

For sure, I’m more talking about datalevin as a fork of datascript, not it’s storage engine. To be clear I’m extremely impressed by Huahai’s work, but place great weight on datascript itself being continuously maintained for around a decade

telekid11:09:34

(Datalevin is amazing, just evaluating options)

telekid11:09:39

(Also I’m not even sure if “fork of datascript” is a fair description, I don’t know much about datalevin’s origin)