I am starting to use a MultuBlockDataset. It can be composed of hundreds of point sets, lines, surfaces, and unstructured grids. I struggle to understand what pipeline I should use for this kind of data. Should I merge everything into a single PolyData, to avoid too many calls to the GPU? Should I use CompositeMapper directly?