Skip to content

Materialized views refresher#915

Merged
bchapuis merged 7 commits intomainfrom
materialized-views
Jan 13, 2025
Merged

Materialized views refresher#915
bchapuis merged 7 commits intomainfrom
materialized-views

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.
@sonarqubecloud
Copy link

@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