9. Disadvantages of distributed databases
| Disadvantages of distributed database |
|---|
| Complexity. A distributed database is more complicated to set up and maintain compared to a central database. |
| Security. There are many remote entry points to the system compared to a central database |
| Data integrity. More complex to make sure data and indexes are not corrupted. |
| Data needs to be carefully partitioned to make the system as efficient as possible |
| Not so efficient if there is heavy interaction between branches, in which case a central database is the better option. |
challenge see if you can find out one extra fact on this topic that we haven't already told you
Click on this link: advantages and disadvantages of a distributed database
