rash805115 / bookeeping.rest

Access to bookeeping.backend via REST service for end users.
0 stars 0 forks source link

Load balancer & Multiple database use #13

Open rash805115 opened 9 years ago

rash805115 commented 9 years ago

Ideas are needed to use the three databases in parallel. Assume that all three of them will be consistent after 'x' units of time. Some of them are:

  1. Use other two as backups. Each of them can have backups of their own.
  2. Distribute data among them. E.g. write for 1 database, read for another, etc.
  3. Use them all via load balancing and distribute them geographically.

Having three variations of database and possibly more in future is a nice thing to have. This way we are not dependent on any merchant and our code is as generic as it can be.