Why would this return immediately:
(bounded-count 200 (d/datoms (d/as-of db start-t) :eavt))
And this hasn't returned at all? (Well, I interrupt it after a minute.)
(bounded-count 300 (d/datoms (d/as-of db start-t) :eavt))
hmm. something still a little wonky even within a valid range :thinking_face:
@uwo on prem or cloud?
On prem. (I’m a team-mate of uwo’s)
My library is ahead of my dev transactor version. I'm going to check it again tomorrow with matching versions.