-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stef Mientki wrote: > Uptill now the dbase is small so no performance problems yet.
Wait until you have performance problems and then solve them :-) It is almost always the case that performance issues don't crop up where you think they will. > I can think of several solutions, but as my experience with databases is > almost zero, I can't decide One nice feature SQLite has is virtual tables. You don't need to do anything now, but if you have performance issues in the future, you can use a virtual table for your data and behind the scenes do whatever you want including storing the data as files. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF4PTYmOOfHg372QQRAtciAJ9QXbrq7/A/ksNjzg/EloiUlUBrZwCgumG/ veo4eqw9heMPlc1vuiGDBQw= =j4my -----END PGP SIGNATURE----- ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

