Quote:
Originally Posted by kjdavies
I was a little surprised myself... but that's what I observed.
I have noticed that the first addition after a large edit (i.e. many entries edited in bulk) tends to be quite a bit slower than usual too.
... for that matter, even the individual additions locally (i.e. via calibredb directly to the library, not the server) are going slow. About the same rate (four or five per minute) as I saw with calibre server. Maybe the other ones were just faster?
|
Slow than that, I modified my script so it shows a timestamp as it starts processing each file. Each file sees
- One file loaded (optionally setting cover to the file itself if loading an image file).
- Set_metadata publisher (apparently no flag in 'add').
- Five or six set_custom (depending on if I've got page count)
- Fetch metadata back via list $id so I can see what got loaded.
Timestamps indicate the script has loaded 32 files in 11:14... slightly more than 20 seconds each. It used to be closer to 4-5 seconds each. Does library size make a difference? It's approaching 10,000 files.