Tai
Tai copied to clipboard
【错误】创建分组的时候出现崩溃问题
[Error] 2024-12-27 22:57:31
[程序崩溃异常] System.Data.Entity.Infrastructure.CommitFailedException: An error was reported while committing a database transaction but it could not be determined whether the transaction succeeded or failed on the database server. See the inner exception and http://go.microsoft.com/fwlink/?LinkId=313468 for more information. ---> System.Data.SQLite.SQLiteException: database is locked
database is locked
已累计使用一年,目前使用UI出现明显卡顿
是数据太多了吗,这个项目没怎么对sqllite做出如索引之类这些优化的。数据库操作也并不是真正的异步api。但作者已经很久没更新了
是数据太多了吗,这个项目没怎么对sqllite做出如索引之类这些优化的。数据库操作也并不是真正的异步api。但作者已经很久没更新了
不排除这种可能 数据库文件已经有14mb了