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

Materialized views refresher #915

Merged
merged 7 commits into from
Jan 13, 2025
Merged

Materialized views refresher #915

merged 7 commits into from
Jan 13, 2025

Conversation

bchapuis
Copy link
Member

This new workflow step build a directed graph with the dependencies between tables, views, and materialized views. The graph is then use to refresh the materialized views and the indexes.

ps.setString(1, schema);
try (var rs = ps.executeQuery()) {
while (rs.next()) {
var oid = rs.getLong("oid");

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'long oid' is never read.
@bchapuis bchapuis merged commit 9e1b882 into main Jan 13, 2025
10 checks passed
@bchapuis bchapuis deleted the materialized-views branch January 13, 2025 16:10
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.

1 participant