citusdata / citusdata/pg_shard
Support UNLOGGED tables
Open
feature
- Dominant language
- C
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
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. :smile: 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.
Contributor guide
Assessment
This issue has not been assessed yet.