datascript

telekid 2023-09-29T11:33:55.733909Z

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?

telekid 2023-09-29T11:36:14.234689Z

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

mkvlr 2023-09-29T11:37:46.131779Z

LMDB also seems pretty mature to me?

telekid 2023-09-29T11:53:29.201599Z

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

telekid 2023-09-29T11:54:34.173719Z

(Datalevin is amazing, just evaluating options)

telekid 2023-09-29T11:55:39.360979Z

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