Join Discord
Powered by
spicedb uses postgres MVCC internals to enable thi...
# spicedb
y
yetitwo
09/24/2023, 5:46 PM
spicedb uses postgres MVCC internals to enable things like
at-exact-snapshot
consistency - it's taking postgres snapshots and then referencing them in the data by the internal postgres transaction counter ID
Previous
Next