I’m aware that a column value of 1 will use less bytes in an sqlite database 
than a value of 4875874568437607. Does this also apply to indexes?

Specifically, if I had a index on expression

ID & X >> Y  (where int64 ID,X; int Y;)

would that take up less space than an index on expression

ID & X


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to