Philip Dubé
Philip Dubé
Less of an issue now that drop api is async
Not clear how much consolidation is happening here, would expect to see code removal from existing resync logic. It that a planned followup?
Use replica identity full
is this a problem? seems like there's a wider issue that rerunning `install_rhizome` doesn't clean all files (ie, if you removed a file in the meantime from `lib` it would...
I've seen this happen when the initial copy gets interrupted. In that scenario we should get a new snapshot Is peerdb running out of memory on your setup?
https://github.com/PeerDB-io/peerdb/pull/2168
That PR addresses this issue. It's held up being merged because there's worry about getting stuck in an error loop with initial load causing too much load or something
we have opted against #2168 but if your data doesn't need a consistent snapshop (ie, append only), you can use #2703
also: slot lsn not progressing
#2138 adds a NullableEnabled bool on column settings