Add a part splitter that would split an mbtiles files into a number of parts based on the total number of tiles in the file, not by the size of the file itself.
This is because mbtiles can very efficiently pack huge numbers of tiles into relatively small files, and you can end up with a file that could have been parallelized much better.
Add a part splitter that would split an mbtiles files into a number of parts based on the total number of tiles in the file, not by the size of the file itself.
This is because mbtiles can very efficiently pack huge numbers of tiles into relatively small files, and you can end up with a file that could have been parallelized much better.