You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing to the database is slow after uploading a large file:
I uploaded a 4.92G file and it was uploaded quickly, but the system kept waiting in circles. At this time, I found that the database was growing little by little. It took a long time to show up in files. Is this normal?
I saw that the database cannot be automatically reduced after it grows. Can I add a scheduled scan to automatically clean up the remaining space in the database?
I uploaded a 4.92G file and it was uploaded quickly, but the system kept waiting in circles. At this time, I found that the database was growing little by little. It took a long time to show up in files. Is this normal?
There is a possible fix in #567 but I haven't had time to finish that work. That would potentially improve performance and make large files usable.
I saw that the database cannot be automatically reduced after it grows. Can I add a scheduled scan to automatically clean up the remaining space in the database?
I used to have this, but it ended up causing a lot of headaches (#532), so I no longer would take a PR that added it back, but you could write a cronjob outside of PicoShare that regularly compacts the database.
1、It is recommended that you add a manual recycling button. Click the button manually to pause the program, recycle the database space, and automatically start the program after completion. You can also set a time limit before you can click the second time. This can improve the usability of the program. Not everyone has the ability to configure the recycling program. Can be integrated into the program page as an additional script.
Writing to the database is slow after uploading a large file:
上传大文件后向数据库中写入很慢
1、上传了一个4.92G的文件,很快就传完,但是系统一直在转圈等待,这个时候发现数据库正在一点一点增长。等了很长时间才在files里面显示出来,这个是否正常现象。
2、看到有数据库增长后不能自动缩小的情况,能不能增加定时扫描自动清理数据库剩余空间。
The text was updated successfully, but these errors were encountered: