You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When does the materialized view support Scheduled refresh and automatic refresh?
if the materialized view table update, we select from tje view, we will select from the table, not used materialized view data. Can we add a configuration to determine whether we need to get the latest data ?
The text was updated successfully, but these errors were encountered:
When does the materialized view support Scheduled refresh and automatic refresh?
we don't have such concepts in Trino.
we believe that scheduling of stuff doesn't actually belong to Trino, and some external scheduling system would be recommended.
if the materialized view table update, we select from tje view, we will select from the table, not used materialized view data. Can we add a configuration to determine whether we need to get the latest data ?
yes, we should do that
let me rephrase the issue to focus on this aspect
findepi
changed the title
fresh materialized view
Allow reading from a materialized view (storage table) when view is not fresh
Aug 3, 2022
findepi
changed the title
Allow reading from a materialized view (storage table) when view is not fresh
Allow reading from a materialized view (storage table) when view is stale (not fresh)
Aug 3, 2022
The text was updated successfully, but these errors were encountered: