Comment on Postgres data stored in Parquet on S3: LTAP architecture explainedparentComments−ignoreusernames2moIf 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−nikita2moSafekeepers 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
Comments
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
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