Hi Christian,
Thank you for that - so I’m looking in the right area.
As you already guessed, these folders are relics from OPTIMIZE ALL calls – or db:optimize($db, true) –, and they are removed after the operation if everything went alright.
So another question - these seem to come about from running OPTIMIZE ALL on databases with UPDINDEX TRUE. Is there any reason that OPTIMIZE ALL can’t be run on such databases?
(I’m running it because these databases become huge after lots of files are added)
Many thanks, James