public QueryJob<T1> ForEach(Action<Chunk<T1>, ChunkEntities> action) => new (this, action);
In terms of this parallel processing, it is recommended to add a new approach where each chunk is processed by a separate thread (similar to sharding). During the processing of a chunk, operations can be carried out based on the current segmentation status.