Jeremy Taylor
Jeremy Taylor
Hi @ckshekhar - thanks again for opening this issue! The initial review/thought is that adding this capability would make `pull` somewhat asymmetrical with what the Datalog has access to (since...
Thanks for the updates @mvarela :slightly_smiling_face: One thing I've noticed here is that despite the `(Thread/sleep 60000)`, the last 3 timestamps shown are 70s and 67s apart respectively, which implies...
Another thing to monitor that may give insight is native memory usage, since Rocks does its own native memory allocations.
Ah, glad to hear, that's one mystery solved at least (and sorry I didn't think to suggest checking the var, but it makes a lot of sense now!) - thanks...
e.g. fix cljs errors when running http://localhost:3000/_crux/query?query-edn=%7B%3Afind+%5B(pull+%3Fe+%5B%5D)%5D%2C+%3Awhere+%5B%5B%3Fe+%3Acrux.db%2Fid%5D%5D%7D
I think this would require a breaking change because the current behaviour, inherited from DataScript, evaluates transaction functions using intermediate "speculative" `db` values based on the previous operations applied _within_...
Sharing this brief Avro schema generation experiment, in case it is of interest to anyone: https://github.com/dvingo/malli-code-gen/blob/malli-avro/src/dev/ivan_play2.clj Via https://twitter.com/spacegangster/status/1461348456857886722 Video walkthrough https://www.youtube.com/watch?v=cRc0a4HJ7aI /cc @spacegangster
Hi :slightly_smiling_face: We have been looking at this for XTDB recently in support of speeding up the ingestion pipeline and reducing unnecessary allocations. Specifically, we want to avoid the current...
> What your objective is Given an already frozen Nippy serialization held in an existing bytebuffer, I'm looking for a capability to parse through and extract *some* of the inner...
I suppose there's quite a lot of overlap here with https://github.com/ptaoussanis/nippy/issues/147 - much (all?) of this could happily done in userspace if the codec definitions in `nippy.clj` were introspectable/exposed somehow....