As posted elsewhere, Newsbin becomes very slow when it tries to assembly files when the chunk folder contains 100 thousands files.
By experience I now that file operations are very slow when a folder contains 100 thousands files and the drive is formatted as NTFS. In this case, FAT32 is much faster.
I therefore tried to move the Data Folder to a FAT32 drive to test if this would eliminate the assembly bottleneck.
However, one spool file (storage.db3) in the Data Folder is more than 4 GB (4.37 GB) and this is not allowed on FAT32 drives.
Is there some way to only have the Chunk Folder on the FAT32 drive?
Alternatively, is there some way to have the spool files on an alternative (NTFS) drive?
Finally, is there some way to compact the storage.db3 file?