Re: Best database for implementing a cache
- From: "Daniel Pitts" <googlegroupie@xxxxxxxxxxxxx>
- Date: 30 Mar 2007 12:14:32 -0700
On Mar 30, 11:42 am, "vj" <mr.vaibhavj...@xxxxxxxxx> wrote:
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
Why not just write then to the disk directly? Most File Systems can be
treated as a form a database, and it seems like thats kind of what you
want anyway.
.
- Follow-Ups:
- References:
- Prev by Date: Re: Best database for implementing a cache
- Next by Date: Password retrieval app
- Previous by thread: Re: Best database for implementing a cache
- Next by thread: Re: Best database for implementing a cache
- Index(es):
Relevant Pages
|