Give an simple sqlite3 table (create table data (key PRIMARY KEY,value)) with key size of 256 bytes and value size of 4096 bytes, what is the limit (ignoring d
create table data (key PRIMARY KEY,value)
Essentially no real limits
see http://www.sqlite.org/limits.html for details