Y
Hacker News
new
|
ask
|
show
|
jobs
by
ignoreusernames
25 days ago
If safe keeper exposes the changes to the tables somehow, a type2 scd is just a windowed lag over the primary key sorted by the timestamp
1 comments
nikita
24 days ago
Safekeepers keep a window of WAL in Postgres WAL format and doesn’t have an external API.
It streams WAL to pageservers and Postgres read replicas
link
It streams WAL to pageservers and Postgres read replicas