My question is about high performance, scalable and HA architectures.
What yours think about jpos application and high performance databases
like berkeley-db and "project valdemort" instead a classical
relational databases (postgresql, oracle...) ?
A jpos application with local persistence (using berkeley w/
replication) is very interesting. But in this approach, the data must
be synchronized (delayed, of course) with a one postgresql instance
(for web application and reports). If postgresql instance crashes for
some reason, or under maintenance, jpos app continues working.
Someone has already worked with this approach? what yours think about?
- Thiago
like berkeley-db and "project valdemort" instead a classical
relational databases (postgresql, oracle...) ?