Process is very slow. It makes many days to import full blocks. In my case, I had an index issue during download and resetindexes was very long process (too long in fact)
SSD drives seems to increase process speed Looking at forum and my personal tests, using SSD drive increase process speed. unfortunatly, big SSD drives are very expensive.
Speed up is only needed during current traitment One solution should be to have 2 data emplacements instead of 1:
dataworkdir: path inside SSD drive to store curently files in process (block, index, chainstate)
archivedir: path where to store ended files (those files are not modifed often)
Like this, no need of a large and expensive SSD drive to run Bitcoin Core server