Tai icon indicating copy to clipboard operation
Tai copied to clipboard

【错误】创建分组的时候出现崩溃问题

Open awaae001 opened this issue 1 year ago • 2 comments

[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出现明显卡顿

awaae001 avatar Dec 27 '24 14:12 awaae001

是数据太多了吗,这个项目没怎么对sqllite做出如索引之类这些优化的。数据库操作也并不是真正的异步api。但作者已经很久没更新了

NLick47 avatar Feb 15 '25 00:02 NLick47

是数据太多了吗,这个项目没怎么对sqllite做出如索引之类这些优化的。数据库操作也并不是真正的异步api。但作者已经很久没更新了

不排除这种可能 数据库文件已经有14mb了

awaae001 avatar Feb 15 '25 01:02 awaae001