Hi, One of the column stores 'long long int' as string in database in production. Internally, sqlite maintains it as a integer or text?
If Text, is there any performance overhead if I write a query based on this column? Can I get better performance If I write a query based on integer column(with new schema or new column) rather than existing column? Thanks. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users