Skip to content

Recommended to add a new approach where each chunk is processed by a separate thread #93

@WayneHalake

Description

@WayneHalake
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions