Skip to content

Analysis CCDB: add ability to have a uniformity column in a CCDB table - #15742

Open
ktf wants to merge 1 commit into
AliceO2Group:devfrom
ktf:pr15742
Open

Analysis CCDB: add ability to have a uniformity column in a CCDB table#15742
ktf wants to merge 1 commit into
AliceO2Group:devfrom
ktf:pr15742

Conversation

@ktf

@ktf ktf commented Aug 31, 2026

Copy link
Copy Markdown
Member

Very often we know that CCDB objects do not change within the same run
or the same dataframe (or whatever interval you can think about). For this
reason it does not make sense to query for their updates for each timestamp.

By specifying a "uniformity" column (e.g. RunNumber) you can short-circuit how
often a given CCDB object needs to be fetched.

This will eventually evolve in the ability to only have rows for unique CCDB objects fetched.

@ktf
ktf requested a review from a team as a code owner August 31, 2026 14:40
@ktf

ktf commented Aug 31, 2026

Copy link
Copy Markdown
Member Author

@aalkin second PR which we discussed today.

Very often we know that CCDB objects do not change within the same run
or the same dataframe (or whatever interval you can think about). For this
reason it does not make sense to query for their updates for each timestamp.

By specifying a "uniformity" column (e.g. RunNumber) you can short-circuit how
often a given CCDB object needs to be fetched.

This will eventually evolve in the ability to only have rows for unique CCDB objects fetched.
@ktf ktf changed the title Analysis CCDB: add ability to a uniformity column in a CCDB table Analysis CCDB: add ability to have a uniformity column in a CCDB table Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant