datahike

rschmukler 2026-05-04T18:00:55.927939Z

Does stratum support any ASOF queries? I don't see it in the Readme as supported but wanted to see if I'd missed something

rschmukler 2026-05-05T14:44:56.007599Z

@whilo this looks incredible, great work!! Yes it's spot on and the benchmarks look great. Will play with it

rschmukler 2026-05-04T18:01:32.402409Z

Also if stratum questions don't belong in #datahike let me know where you'd prefer them!

whilo 2026-05-05T00:06:41.101359Z

I assume you mean as-of temporal queries. They work like this https://github.com/replikativ/stratum/blob/main/test/stratum/temporal_test.clj#L107, but instead of :branch you declare the :as-of commit UUID. The interface for this maybe could still be improved.

rschmukler 2026-05-05T00:07:02.811179Z

Sorry, yeah my question wasn't clear. I actually mean ASOF joins

whilo 2026-05-05T00:07:23.078709Z

This channel is fine for the moment, although I have been thinking about whether we should have a discord or a joint replikativ channel for everything.

whilo 2026-05-05T03:18:40.436419Z

@rschmukler Can you take a look and lmk whether this would be fitting the bill? https://github.com/replikativ/stratum/pull/12