How difficult would it be to change my version of Sqlite such that it uses 
32-bit floats instead of doubles for REAL values in memory?  Could you point me 
in the right direction?  We are in a real shortage for RAM in our game.

Thank you very much,
Dave Gierok

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 01, 2006 5:12 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Sqlite DB file sizes

Dave Gierok <[EMAIL PROTECTED]> wrote:
> So, how is data represented in a :memory: db?  Are :memory: db's different =
> in the way they store their data in memory vs. the way a file db stores its=
>  data to file?  Or is it as simple as instead of writing to file, it writes=
>  to memory?  If they are the same, are :memory: db's still cached?
>

A :memory: db is just the cache with the write-to-disk function
disabled.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to