Best database for implementing a cache
- From: "vj" <mr.vaibhavjain@xxxxxxxxx>
- Date: 30 Mar 2007 11:42:43 -0700
Hi all,
I need to implement a cache of images that ae being fetched from a
remote server. So I am in need of a very fast file based database that
can fulfill my needs. The database should be embeddable with my
application and should store all its data in a file. I have explored
apache derby and hsqldb but they are probably overkill for my problem
since i do not need ACID transaction support moreover all data will be
stored in a single table rather than a single table.
Any suggestion which database might server me well.
Thanks,
VJ
.
- Follow-Ups:
- Re: Best database for implementing a cache
- From: Daniel Pitts
- Re: Best database for implementing a cache
- From: Eric Sosman
- Re: Best database for implementing a cache
- Prev by Date: Re: Sound recording applet ;-)
- Next by Date: Re: java.sql.Date returning wrong date
- Previous by thread: Re: Is auto(un)boxing good style?
- Next by thread: Re: Best database for implementing a cache
- Index(es):
Relevant Pages
|