wchen (AT) halcyonanalytics (DOT) com (Wei Cheng) writes:
Quote:
I tried to figure out whether Berkeley DB could be considered to be an
1. in memory database system? |
Potentially, if configured that way. Read the description of
the "file" parameter of DB->open, here:
http://www.sleepycat.com/docs/api_c/db_open.html
Quote:
3. distributed database system? |
Potentially, if configured that way. Start here:
http://www.sleepycat.com/docs/ref/rep/intro.html
Quote:
2. real time database system? |
What does that mean?
best regards
Patrick