On Tue, Jun 28, 2011 at 8:18 PM, Jan Hudec <b...@ucw.cz> wrote:

> > name TEXT
> >
> > DATA
> > file_id INTEGER REFERENCES files(resource_id) ON DELETE CASCADE,
> > data_type TEXT,
>
> If nothing else, you want to define integer identifiers for the data types
> and use integer here. That will save you some space (reading from flash is
> still performance bottleneck, especially if the flash is SD card) and some
> unnecessarily costly string comparisons. In code, you'd obviously use
> symbolic constants.
>

i made this change but did not see any performance improvements, but it
makes sense to keep it.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to