Uses of Interface
io.r2dbc.postgresql.replication.ReplicationSlotRequest.PhysicalSlotRequestBuilder
Packages that use ReplicationSlotRequest.PhysicalSlotRequestBuilder
Package
Description
Support for logical and physical replication streams.
-
Uses of ReplicationSlotRequest.PhysicalSlotRequestBuilder in io.r2dbc.postgresql.replication
Methods in io.r2dbc.postgresql.replication that return ReplicationSlotRequest.PhysicalSlotRequestBuilderModifier and TypeMethodDescriptionReplication slots provide an automated way to ensure that the primary does not remove WAL segments until they have been received by all standbys, and that the primary does not remove rows which could cause a recovery conflict even when the standby is disconnected.Replication slots provide an automated way to ensure that the primary does not remove WAL segments until they have been received by all standbys, and that the primary does not remove rows which could cause a recovery conflict even when the standby is disconnected.ReplicationSlotRequest.PhysicalSlotRequestBuilder.temporary()Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.