spicedb icon indicating copy to clipboard operation
spicedb copied to clipboard

Move optimized revision picking logic out of the datastore

Open jakedt opened this issue 3 years ago • 0 comments

Revision picking needs more request metadata than we have in the datastore API. Datastore implementations that use non-timestamp revisions (memdb, postgres) will need to made such that they can accept an arbitrary timestamp revision and map that back to a transaction ID.

jakedt avatar Jan 11 '22 16:01 jakedt