|
|
|
|
|
by jasonmp85
4208 days ago
|
|
Hey, Jason from Citus Data here (one of pg_shard's authors). Yes: if you have high availability needs, PostgreSQL's streaming replication feature can mitigate this failure risk by providing a hot standby for your master; otherwise, regular backups of the master can suffice (pg_shard's metadata is stored in regular PostgreSQL tables). See our documentation page for more answers to questions like this: http://citusdata.com/docs/pg-shard |
|