BerkeleyDB database

October 19, 2005 on 1:38 pm | In Java |

If I was building a hypothetical database solution to provide fast sequential access to data, I would choose BerkeleyDB.

Technorati Tags:

Related Posts:

2 Comments »

RSS feed for comments on this post.

  1. So?

    Comment by 0s — 24 December 2005 #

  2. This is a hint for a certain developer who claims his database has outgrown MySQL. The design of his application is such that records are accessed chronologically. MySQL indexing implementation is not the best around (no clustered indexes) and this causes him problems as data access becomes painfully slow. BerkeleyDB is optimised for sequential access to data, which is exactly what is needed for his application.

    Comment by Eddy — 24 December 2005 #

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>





Powered by blog.mu with Pool theme design by Borja Fernandez.