Re: [sqlite] SQLite Database File Size

2004-07-29 Thread D. Richard Hipp
[EMAIL PROTECTED] wrote: Hi, I have started to use SQLite recently. I have an interesting situation of deciding the database schematic for my solution. In one of the tables I need to store contents of size 2000 * 20. If I could create 4 rows containing only one or two columns, my schema is q

[sqlite] SQLite Database File Size

2004-07-28 Thread sankara . narayanan
Hi, I have started to use SQLite recently. I have an interesting situation of deciding the database schematic for my solution. In one of the tables I need to store contents of size 2000 * 20. If I could create 4 rows containing only one or two columns, my schema is quite convenient and ext