We are using postgres 10, with a setup of master and a hot standby with streaming replication. We use the standby to divide workload of read queries.
We can't find information regarding how hot_standby_feedback will effect the master beside bloating of storage due to delay in cleanup.
Will it have to perform significant work to decide if a query from the standby should delay cleanup?