gpt4 book ai didi

java - 将大量数据插入sqlite数据库

转载 作者:行者123 更新时间:2023-12-01 14:21:00 25 4
gpt4 key购买 nike

我正在关注此链接 using database

但它使用“ContentValues”将数据插入数据库

 ContentValues values = new ContentValues();
values.put(KEY_NAME, contact.getName()); // Contact Name
values.put(KEY_PH_NO, contact.getPhoneNumber()); // Contact Phone`..

但是我有 654 个项目要插入..
因此我需要将这些行写入 654 次..有没有其他方法可以做到这一点...

最佳答案

我建议您使用DatabaseUtils.InsertHelper .

阅读this了解更多信息和示例。

正如作者保证:

After replacing SQLiteDatabase.insert with DatabaseUtils.InsertHelper, the database insertion speed went from the equivalent of about 95 rows per second to about 525 rows per second.

关于java - 将大量数据插入sqlite数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17567164/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com