Re: Database in memory
- From: "JimR" <jimrib@xxxxxxxxx>
- Date: 16 Jan 2006 12:53:03 -0800
Have a look at http://sqlite.org/
I use it in a couple of the things I work on and so far it has been a
joy to work with.
bumbala@xxxxxxxxx wrote:
> 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!
.
- References:
- Database in memory
- From: bumbala
- Database in memory
- Prev by Date: Re: How to use SHGetFolderPath()?
- Next by Date: How to send user defined message?
- Previous by thread: Database in memory
- Next by thread: Database in memory
- Index(es):
Relevant Pages
|