Proposed DB tool

R

Roedy Green

In-RAM databases are orders of magnitude faster than disk based SQL
engines. RAM is getting cheap enough that many databases, or at least
the crucial part could be totally RAM-resident.

You then have two problems:

1. handling failures
2. persisting/exporting the data.

You could handle failures by having paired machines each running off a
UPS running in tandem.

you could handle the persistence problem by some sort of POD or export
that runs in the background cycling through the objects, perhaps
several minutes behind the changes, or by logging transactions that
could later be replayed.

Whatever your solution, you bundle it up so that it becomes as
convenient to use as a POD or SQL database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top