Hacker News new | past | comments | ask | show | jobs | submit login

The page mentions the Log index which is sorted by transaction id. It should be enough to support as-of if I understand correctly.



The log index supports as-of if you know the actual transaction ID, but if you want to look up by entity/attribute efficiently it's not much help because you don't know when the data point you're interested in was last modified.


I think in this case you’d find all datoms via normal EAVT index and then sort the results by transaction id, dropping everything after your desired transaction.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: