rapidly constructing table with primary key
This question already has an answer here:
 Make sure that your insert statements are executed within a transaction, else an implicit transaction will be opened for every statement which is rather time-consuming.  Execution of many consecutive statements should be much faster then.  
上一篇: Sqlite插入花费很多时间
下一篇: 用主键快速构建表格
