About load a big data


Here we have 2.4 sec records length. What if we need to scroll 24 hours records length? The loading and processing times becomes really slow. What we should do then? The idea is to load and render data “in blocks” or “partially” that is not consume the memory intensive to allocate the whole objects. What we have in Paraview for solve this problem? Examples of the test data and python reader plugin are attached.
example.zip (451.0 KB)

Evgeny,

Are you running ParaView in Parallel? Running it on 256 CPUs or something similar would help.