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

Fix recalculation of skip indexes in ALTER UPDATE queries when table has adaptive granularity #55202

Merged
merged 6 commits into from Oct 9, 2023

Commits on Oct 2, 2023

  1. rebuild indexes and projections when UPDATE compact parts with index_…

    …granularity_bytes > 0
    
    Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
    canhld94 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0064d36 View commit details
    Browse the repository at this point in the history
  2. add CI test

    Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
    canhld94 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b457ed4 View commit details
    Browse the repository at this point in the history
  3. more detail logging for exception while loading marks

    Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
    canhld94 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    57e902d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. only rebuild indexes when index granularity changes

    Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
    canhld94 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a09c532 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. adding comments

    Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
    canhld94 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ae417ef View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge branch 'master' into clickhouse_fix_too_many_marks

     rebase and re-trigger CI
    canhld94 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    bea4a4e View commit details
    Browse the repository at this point in the history