Reply to comment

Prevalyer, Java Object persistence with no database: advogato

Prevalyer sounds pretty darn cool. Holds all objects in RAM and persists to serialized object file at specified intervals. Also keeps track of changes via a log BETWEEN intervals. This means a system with mega ram can SKIP THE DATABASE and be "3251 Times Faster than MySQL" and "9983 Times Faster than ORACLE." This is for queries on objects, transactional processing is more in line with databases, but queries are the bulk of work in most web apps.

Sounds pretty darn cool, checkit via the link.   http://www.prevayler.org/index.html

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <img> <a> <em> <strong> <cite> <code> <ul> <ol> <hr> <li> <dl> <dt> <dd> <pre> <b> <h1> <h2> <h3> <blockquote>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
15 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.