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]
-----------------------------------------------------------------------------

Reply via email to