Skip to content

flatten observation values query#2529

Merged
Kronmar-Bafu merged 1 commit intomainfrom
accelerate-dimension-query
Mar 5, 2026
Merged

flatten observation values query#2529
Kronmar-Bafu merged 1 commit intomainfrom
accelerate-dimension-query

Conversation

@BenjaminHofstetter
Copy link
Contributor

The query for dimension values is slow on GraphDB. This workaround is not an optimal performance optimization. But it is a query introduces minimal changes and performs well on both platforms.

It basically makes the query flatter.

{ 
     SUBSELECT {
        PATTERNS
     }
}

becomes


        PATTERNS

How to test

  1. The cube LFI: Veränderungen loads faster (90seconds vs 15 seconds)

  • I added a CHANGELOG entry
  • I made a self-review of my own code
  • I wrote tests for the changes (if applicable)
  • I wrote configurator and chart config migrations (if applicable)

@vercel
Copy link
Contributor

vercel bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
visualization-tool Ready Ready Preview, Comment Feb 27, 2026 8:49am

Request Review

@BenjaminHofstetter BenjaminHofstetter changed the title flatten observation query flatten observation values query Feb 27, 2026
Copy link
Contributor

@tpluscode tpluscode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Kronmar-Bafu Kronmar-Bafu merged commit 9ca04fe into main Mar 5, 2026
10 of 13 checks passed
@Kronmar-Bafu Kronmar-Bafu deleted the accelerate-dimension-query branch March 5, 2026 10:21
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