Mikhail Kuzmin
Mikhail Kuzmin
@pangloss can you provide a reproducible example? For example, you can serialize your data by `datascript/transit` and attach it as an archive.
Thanks, but it's still hard to understand for me. I have a guess. You have an instance of DB, you change it in several ways several times, and then you...
And one more question. How do you think about comparing objects by their hash? Two different objects can have equal hashes. It just works because we haven't a better solution,...
> Replacing schema is trivial to do in user code. @tonsky did you mean the `init-db` function? If I want to add new attributes and don't touch already existing ones,...
Updating existed database is very tricky and requires support for new features like tuples. But what if we just recreate a db from scratch? ```clojure (defn with-schema [db new-schema] (->...
any updates?
@jur3 use [Clickhouse](https://clickhouse.tech/) or [Timescale](https://www.timescale.com/) 😃 UPD: See https://github.com/citusdata/cstore_fdw#important-notice-columnar-storage-is-now-part-of-citus
> Can you show me what running tests for this will look like with ClojureScript? Currently I can't. Because methodical havely used vars and cljs have reduced vars implementation. We...