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
Copy file name to clipboardExpand all lines: docs/query/materialized-views.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,12 @@ Some key things to keep in mind:
43
43
44
44
## To query a materialized view
45
45
46
-
Wait for materialized view to finish creation first. It should be roughly similar to time the query normally takes to execute - maybe a bit longer due to time it takes to write the new table.
46
+
Wait for a materialized view to finish creation first. It should be roughly similar to the time the query normally takes to execute - maybe a bit longer due to time it takes to write the new table.
47
47
48
48
Query the materialized view via `dune.<username>.result_<queryId>` (displayed in modal)
49
49
If your username starts with a number, you’ll need to wrap the <username> in quotes i.e. `dune.”123co”.result567`
50
50
51
-
Eventually, you’ll be able to query by the materialized view name specified during the materialized view creation flow but that doesn’t work yet.
51
+
Eventually, you can query by the materialized view name specified during the materialized view creation flow but that doesn’t work yet.
52
52
53
53
!!! info
54
54
When you query a materialized view in another query, it does not rerun the materialized view (unlike query views).
@@ -57,9 +57,8 @@ Eventually, you’ll be able to query by the materialized view name specified du
57
57
We still have several more things to work on. Things we know that aren’t working include:
58
58
59
59
1. Hiding/showing a materialized view in the right context based on the context switcher might not work perfectly.
60
-
3. Currently there is no way to force refresh a materialized view outside the normally set schedule (we are looking to add this later).
61
-
3. Marking a materialized view as private does not work yet. Private materialized views will be available on premium tier plans and above in late August.
62
-
4. All materialized views can be seen by other alpha testers currently (and later the public)
60
+
2. Marking a materialized view as private does not work yet. Private materialized views will be available on premium tier plans and above in early September.
61
+
4. All non-private materialized views can be seen by other users (and later the public)
63
62
64
63
**Matviews are marked separately in your query list and can also be filtered on.**
0 commit comments