replicated database versioning
Open
- Dominant language
- No language data
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Normally with a centralized database you can migrate the data format from one to another.
This means you can safely change your database schema when you want to.
However with replicated database you can't migrate the data in one sweep. Especially when you don't control all of the replicated databases or if there are bad apples in your database replication network.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.