Stream WAL from resharding replication slot to S3 (or similar) so it doesn't accumulate on the source database. This allows to reshard databases online without worrying about disk space running out.
Can maybe start by streaming it to local disk. S3 would be better so we can easily deploy this in Kube, etc.
Stream WAL from resharding replication slot to S3 (or similar) so it doesn't accumulate on the source database. This allows to reshard databases online without worrying about disk space running out.
Can maybe start by streaming it to local disk. S3 would be better so we can easily deploy this in Kube, etc.