Re: [sqlite] Memory database to file

2007-02-01 Thread Nemanja Corlija
On 1/29/07, David Champagne <[EMAIL PROTECTED]> wrote: Hi, I've got an application that creates a database with a large number of records (millions), and the indexation of the tables is taking a long time. Once the database is initially created, it is never modified. No records are added or

Re: [sqlite] Memory database to file

2007-02-01 Thread David Champagne
I suppose since no one replied to this, that it's not possible to do it. Just wanted to confirm. Thank you... - Original Message From: David Champagne <[EMAIL PROTECTED]> To: sqlite-users@sqlite.org Sent: Monday, January 29, 2007 2:32:00 PM Subject: [sqlite] Memory database to file H