Is flatten_indices needed after a filter for better performance?
Calling flatten_indices on a filtered dataset gives the best performance but requires disk space for caching the dataset.
1 Like
Is flatten_indices needed after a filter for better performance?
Calling flatten_indices on a filtered dataset gives the best performance but requires disk space for caching the dataset.