Could master_create_worker_shards() be extended in order to optionally create UNLOGGED shard placements?
It seems to work when I change them manually but this is tedious. 😄 But it makes a big difference in write speed. Since there are replicas, the risk of UNLOGGED seems to be lower than in a single node database.
Could
master_create_worker_shards()be extended in order to optionally createUNLOGGEDshard placements?It seems to work when I change them manually but this is tedious. 😄 But it makes a big difference in write speed. Since there are replicas, the risk of
UNLOGGEDseems to be lower than in a single node database.