Maximum number of rows in a sqlite table

后端 未结 7 797
梦毁少年i
梦毁少年i 2020-12-10 00:30

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

7条回答
  •  温柔的废话
    2020-12-10 01:23

    I have SQLite database 3.3 GB in size with 25million rows of stored numeric logs and doing calculations on them, it is working fast and well.

提交回复
热议问题