Skip to content

add new codec change and partition by to Clickhouse Executions table#12014

Open
luluz66 wants to merge 2 commits intomasterfrom
execution-codec
Open

add new codec change and partition by to Clickhouse Executions table#12014
luluz66 wants to merge 2 commits intomasterfrom
execution-codec

Conversation

@luluz66
Copy link
Copy Markdown
Contributor

@luluz66 luluz66 commented Apr 27, 2026

Note: These changes won't be auto migrated. I will create a new table with the
parition clause and columns with codec changes and then backfill.

  1. For codec changes, I added ZSTD(1) to most of the columns, except for some uuid columns that didn't
    show much storage savings in dev testings and LowCardinality(String) columns.
  2. Use LowCardinality for enum-like types.
  3. change execution_id to execution_uuid in order by change.
  4. Add a partition by clause

https://github.com/buildbuddy-io/buildbuddy-internal/issues/7149

@luluz66 luluz66 requested review from bduffany and vanja-p April 27, 2026 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants