We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(1)Demo运行 分别执行插入数据四种方式,后选择事务操作添加1000条数据,进程卡死,控制台打印: Message from debugger: Terminated due to memory issue。后来又无法重现,原因未知。 (2)Demo运行,重复执行两次 事务插入1000条数据 -> 删除最后一条数据 -> 删除全部数据 得到如下打印信息, 这耗时太高 04-14 11:26:34.453665+0800 JQFMDB[12520:5871590] 事务操作添加1000条耗时: 5.3934 + 0.8903 04-14 11:26:48.806988+0800 JQFMDB[12520:5871590] 删除最后一条数据操作耗时: 0.0249 + 7.3209 04-14 11:26:58.693433+0800 JQFMDB[12520:5871590] 删除所有数据操作耗时: 4.7593 + 0.1509
04-14 11:28:08.575063+0800 JQFMDB[12520:5871590] 事务操作添加1000条耗时: 5.3168 + 0.8397 04-14 11:28:21.604500+0800 JQFMDB[12520:5871590] 删除最后一条数据操作耗时: 0.0279 + 9.4543 04-14 11:28:32.806816+0800 JQFMDB[12520:5871590] 删除所有数据操作耗时: 9.0647 + 0.1293
The text was updated successfully, but these errors were encountered:
测试设备 iphone6, ios 11.2.6 , 耗时打印的两个时间,比如 删除最后一条数据操作耗时: 0.0249 + 7.3209,0.0249 是 table执行delete操作的耗时,7.3209 是reload的时候执行lookupTable 的耗时
Sorry, something went wrong.
No branches or pull requests
(1)Demo运行 分别执行插入数据四种方式,后选择事务操作添加1000条数据,进程卡死,控制台打印: Message from debugger: Terminated due to memory issue。后来又无法重现,原因未知。
(2)Demo运行,重复执行两次 事务插入1000条数据 -> 删除最后一条数据 -> 删除全部数据 得到如下打印信息, 这耗时太高
04-14 11:26:34.453665+0800 JQFMDB[12520:5871590] 事务操作添加1000条耗时: 5.3934 + 0.8903
04-14 11:26:48.806988+0800 JQFMDB[12520:5871590] 删除最后一条数据操作耗时: 0.0249 + 7.3209
04-14 11:26:58.693433+0800 JQFMDB[12520:5871590] 删除所有数据操作耗时: 4.7593 + 0.1509
04-14 11:28:08.575063+0800 JQFMDB[12520:5871590] 事务操作添加1000条耗时: 5.3168 + 0.8397
04-14 11:28:21.604500+0800 JQFMDB[12520:5871590] 删除最后一条数据操作耗时: 0.0279 + 9.4543
04-14 11:28:32.806816+0800 JQFMDB[12520:5871590] 删除所有数据操作耗时: 9.0647 + 0.1293
The text was updated successfully, but these errors were encountered: