Re: [sqlite] Size of Meta data ?

2008-01-04 Thread Kees Nuyt
Hi Yuva, On Fri, 4 Jan 2008 15:32:44 +0530, "Yuvaraj Athur Raghuvir" <[EMAIL PROTECTED]> wrote: >Hello, > >Is there any way to estimate the size of the metadata of a SQLite database? > >I am trying to do the following: >1) Set the DB size using MAX_PAGE_COUNT and PAGE_SIZE parameters >2) I want

[sqlite] Size of Meta data ?

2008-01-04 Thread Yuvaraj Athur Raghuvir
Hello, Is there any way to estimate the size of the metadata of a SQLite database? I am trying to do the following: 1) Set the DB size using MAX_PAGE_COUNT and PAGE_SIZE parameters 2) I want to do a bulk insert. 3) However, I want to insert only those many records such that the insert succeeds.