Y
Hacker News
new
|
ask
|
show
|
jobs
by
jiaaro
1025 days ago
Does Epoxy use postgres' own transaction ids across datastores? If not, does it implement its own "transaction id horizon" like postgres has so that you can assume all transactions before a certain counter are committed?
1 comments
KraftyOne
1025 days ago
Yeah, our implementation uses Postgres transaction IDs across data stores.
link