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

Reduce transparent_decompress_chunk flakiness #6550

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Jan 19, 2024

  1. Reduce transparent_decompress_chunk flakiness

    Add ANALYZE after compression of `metrics_compressed` in shared test
    setup.
    akuzm committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b479e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2563983 View commit details
    Browse the repository at this point in the history
  3. refs

    akuzm committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b70ebd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    d3228b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260b2bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b857c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0501724 View commit details
    Browse the repository at this point in the history
  5. fixes...

    akuzm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5c2fb57 View commit details
    Browse the repository at this point in the history
  6. fixes

    akuzm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    01422d4 View commit details
    Browse the repository at this point in the history
  7. better selectivity estimates

    akuzm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7dd8697 View commit details
    Browse the repository at this point in the history
  8. fixes

    akuzm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8529781 View commit details
    Browse the repository at this point in the history
  9. Account for filters in DecompressChunk row estimates

    We don't account for them at all currently, which leads to weird
    planning behavior, like the filters not influencing the position of
    relations in join.
    akuzm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5e9e450 View commit details
    Browse the repository at this point in the history
  10. refs

    akuzm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ee4147f View commit details
    Browse the repository at this point in the history
  11. stable mapc test

    akuzm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b710c3e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    87101d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c744dfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8f83e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b822a4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    713d4e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7ddc1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9826897 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72645e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8dd8196 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce2b7cd View commit details
    Browse the repository at this point in the history
  11. remove debug

    akuzm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6a2190a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. size fixes

    akuzm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    afcbe74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be8f38 View commit details
    Browse the repository at this point in the history
  3. uncontroversial test refs

    akuzm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b7c7dc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    97d5046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb52026 View commit details
    Browse the repository at this point in the history
  3. comment

    akuzm committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2571bd8 View commit details
    Browse the repository at this point in the history
  4. more ref changes

    akuzm committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c27f73d View commit details
    Browse the repository at this point in the history