Skip to content

Add Superset metastore and explore form data caching - #117

Merged
szachovy merged 2 commits into
masterfrom
fix/79-superset-metastore-cache
Apr 9, 2026
Merged

Add Superset metastore and explore form data caching#117
szachovy merged 2 commits into
masterfrom
fix/79-superset-metastore-cache

Conversation

@szachovy

@szachovy szachovy commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Configure DATA_CACHE_CONFIG (1h TTL) and EXPLORE_FORM_DATA_CACHE_CONFIG (24h TTL) to cache metadata queries in Redis. Eliminates 5–20 redundant metadata queries per dashboard load.

Closes #79

szachovy and others added 2 commits April 8, 2026 13:06
Configure DATA_CACHE_CONFIG (1h TTL) and EXPLORE_FORM_DATA_CACHE_CONFIG
(24h TTL) to cache metadata queries in Redis. Dashboard loads trigger
5-20 metadata queries that rarely change but were re-queried every time.

Closes #79

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@szachovy
szachovy merged commit 3b0605d into master Apr 9, 2026
10 of 11 checks passed
@szachovy
szachovy deleted the fix/79-superset-metastore-cache branch April 9, 2026 12:08
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.

RC-2: Add Superset metastore cache to eliminate redundant metadata queries

1 participant