Database in memory
- From: bumbala@xxxxxxxxx
- Date: 16 Jan 2006 12:17:44 -0800
Hi,
I have a large amount of information which I store in memory. I store
this information as array of structures using CPtrArray. The structure
is pretty complex, has subarrays.
I normally iterate through all of the array and do some checks and
process the needed information only. Speed is the keypoint.
My question is: Is it possible to create a small database having
several tables completely in memory and query it with SQL? If it is
possible to manage that, will it be faster than my method of query?
Thanks!
.
- Follow-Ups:
- Re: Database in memory
- From: JimR
- Re: Database in memory
- Prev by Date: Re: Basic questions about queue timers
- Next by Date: Database in memory
- Previous by thread: CSimpleArray CSimpleMap Serialization
- Next by thread: Re: Database in memory
- Index(es):
Relevant Pages
|