View Single Post
Old 08-23-2022, 02:15 AM   #9
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,828
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Adam KH View Post
/
It is slow in scrolling and opening the Metadata and especially slow at saving the metadata.
That suggests it's a database related issue. When calibre is running the library metadata is memory resident, writes of the book folder metadata.opf (backup) files are done in a separate low priority thread (lazy writes) - if you do a bulk change that affects a 1,000 books those writes won't impact performance.

Do you have any custom columns that use file system template functions, such as formats_modtimes, formats_paths etc.

Did you try copying the Large Library database to an empty folder on another drive and then access that library via calibre - yes, it will work without the author and title folders.

BR
BetterRed is online now   Reply With Quote