What difference does it make for you? What do you call "shared cache"
here? Two different files cannot share cache anyway because they're
different files with different pages. Or do you call caches shared if
they can use the same memory? Then cache in SQLite is always shared.
Or do you ask whether SQLite will use the same internal class and
share cache limits for both files? Then the answer is no, it won't.

Please elaborate what exactly do you want to know.

Pavel

On Tue, Nov 24, 2009 at 8:43 AM, presta <harc...@gmail.com> wrote:
>
> Hi,
>
> With shared cache enabled, if we want to attach a database to the current
> connection does sqlite create a new shared cache for the new attached
> database or does it share the same shared cache ?
>
>
> Thanks
> --
> View this message in context: 
> http://old.nabble.com/ATTACH---Shared-cache-tp26496094p26496094.html
> Sent from the SQLite mailing list archive at Nabble.com.
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to