Re: what's better way to store a million keys in mem?
- From: Vincent Cantin <pere.noel@xxxxxxxx>
- Date: Tue, 18 Jul 2006 03:12:59 +0800
I'd give a real database a try for this. There is of course a bit of
overhead, but you use a lot less memory and I guess it will also be
faster. Of course, you should benchmark and compare any solutions
suggested.
I also think that you should use a database. You can use a ORM (Object-Relation Mapping) like the javax.persistence API of JEE5 or hibernate directly, for example.
.
- References:
- what's better way to store a million keys in mem?
- From: John_Woo
- Re: what's better way to store a million keys in mem?
- From: dsjoblom
- what's better way to store a million keys in mem?
- Prev by Date: Re: Flexible data transfer & manipulation
- Next by Date: Re: Groovy experience ?
- Previous by thread: Re: what's better way to store a million keys in mem?
- Next by thread: Re: what's better way to store a million keys in mem?
- Index(es):
Relevant Pages
|