Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sparse rindex readers: fixing query resume on TileDB cloud. #2900

Merged
merged 1 commit into from Feb 23, 2022

Commits on Feb 23, 2022

  1. Sparse rindex readers: fixing query resume on TileDB cloud.

    There are two types of incompletes on TileDB Cloud. One where the user's
    buffers are not full, but the server side buffers are and one where the
    user side buffers are full. In the first case, the query is 'kept alive'
    with it's current state. In the second the query is recreated on the
    server and all state is lost. This fixes an issue in the second case
    where the all ranges tile overlap gets recomputed when the query is
    resumed. In this case, the computation needs to take into account the
    tile index deserialized from the client.
    
    ---
    TYPE: IMPROVEMENT
    DESC: Sparse rindex readers: fixing query resume on TileDB cloud.
    KiterLuc committed Feb 23, 2022
    Copy the full SHA
    07089ed View commit details
    Browse the repository at this point in the history