Paraview extremely slow to load vtk multiblock files with many blocks

I’m working with a dataset containing 160,000 blocks in ParaView and have experimented with various VTK formats, including VTM, VTPC, and VTKHDF. Running pvserver on multiple cores hasn’t improved performance with any of these formats, even though parallelization should be straightforward with VTM and VTPC. ParaView remains extremely slow with all of them, and I don’t understand why.

During this time, the CPU usage is near 0%, RAM usage is less than 30%, and the disk is idle. What is ParaView doing while I’m waiting for hours?

To ensure it’s not a rendering issue, I’m loading the files in spreadsheet view. Additionally, the total size of the dataset is quite small, around 1.5 GB.

even though parallelization should be straightforward with VTM and VTPC.

Did you distribute the data ?

What is ParaView doing while I’m waiting for hours?
Additionally, the total size of the dataset is quite small, around 1.5 GB.

Please share data and steps to reproduce

Did you distribute the data?

I have a name.vtpc file along with a name folder containing all the vtp files. Doesn’t ParaView automatically distribute the reading of these files across different cores?

Please share data and steps to reproduce

Alright, I’ll create a shareable and reproducible example and then share it with you.

1 Like

Mathieu, I suspect it is a problem with the number of blocks. I know that adding blocks slows down ParaView. I don’t have a replicator.