Re: [sqlite] How to calculate the size of my database for n records ?

2009-04-15 Thread Nicolas Gaiffe
Thank you Igor. Does anyone have a clue about estimating the size of a database ? > I'm quite new at sqlite and I need to estimate the size the database I am creating could reach. > Basically, estimating for any table how many bytes would be used for an average record. > I mainly use INTEGER and

[sqlite] How to calculate the size of my database for n records ?

2009-04-14 Thread Nicolas Gaiffe
Hello, I'm quite new at sqlite and I need to estimate the size the database I am creating could reach. Basically, estimating for any table how many bytes would be used for an average record. I mainly use INTEGER and REAL values, along with a few TEXT attributes but I couldn't find the number of by