Skip to content

Commit dd73861

Browse files
committed
change order
1 parent be2ba74 commit dd73861

File tree

1 file changed

+32
-30
lines changed

1 file changed

+32
-30
lines changed

docs/query/query-executions.md

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,38 @@ Query executions on Dune are triggered in four ways:
2424
4. **Popular dashboards** are automatically refreshed based on their popularity. We measure popularity based on the number of views a dashboard has received. The most popular dashboards are refreshed every hour, the less popular dashboards are refreshed every 24 hours. Popular dashboards are refreshed via the community cluster.
2525

2626

27+
28+
29+
=== "interactive dashboard execution"
30+
31+
<div style="position: relative; padding-bottom: calc(57.58333333333333% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/inelINzxmsLyvP2pj7Re?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="interactive dashboard executions"></iframe></div>
32+
33+
=== "interactive query execution"
34+
35+
<div style="position: relative; padding-bottom: calc(57.58333333333333% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/9RYMKYvePPjNV4kVjIt4?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="interactive query execution"></iframe></div>
36+
37+
38+
=== "scheduled query execution"
39+
40+
<div style="position: relative; padding-bottom: calc(50.67708333333333% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/HDqYf2VdwfwMdHFzKh6u?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="Query Scheduler V2"></iframe></div>
41+
42+
=== "scheduled dashboard execution"
43+
44+
<div style="position: relative; padding-bottom: calc(63.83333333333333% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/doDebCcmeiVj5xKiq4nK?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="Meta Monitoring"></iframe></div>
45+
46+
=== "API query execution"
47+
48+
You can trigger query executions via the API. This is useful if you want to embed a query result in your own application or if you want to trigger a query execution via a cron job.
49+
50+
[→ API executions](../api/api-reference/execute-queries/index.md)
51+
52+
=== "popular dashboard executions"
53+
54+
Popular dashboards are automatically refreshed based on their popularity. We measure popularity based on the number of views a dashboard has received. The most popular dashboards are refreshed every hour, the less popular dashboards are refreshed every 24 hours. Popular dashboards are refreshed via the community cluster.
55+
56+
![](../query/images/popular%20dashboard.jpeg)
57+
58+
2759
<div class="cards grid" markdown>
2860

2961
- #### Interactive executions
@@ -61,36 +93,6 @@ Query executions on Dune are triggered in four ways:
6193
</div>
6294

6395

64-
=== "interactive dashboard execution"
65-
66-
<div style="position: relative; padding-bottom: calc(57.58333333333333% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/inelINzxmsLyvP2pj7Re?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="interactive dashboard executions"></iframe></div>
67-
68-
=== "interactive query execution"
69-
70-
<div style="position: relative; padding-bottom: calc(57.58333333333333% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/9RYMKYvePPjNV4kVjIt4?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="interactive query execution"></iframe></div>
71-
72-
73-
=== "scheduled query execution"
74-
75-
<div style="position: relative; padding-bottom: calc(50.67708333333333% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/HDqYf2VdwfwMdHFzKh6u?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="Query Scheduler V2"></iframe></div>
76-
77-
=== "scheduled dashboard execution"
78-
79-
<div style="position: relative; padding-bottom: calc(63.83333333333333% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/doDebCcmeiVj5xKiq4nK?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="Meta Monitoring"></iframe></div>
80-
81-
=== "API query execution"
82-
83-
You can trigger query executions via the API. This is useful if you want to embed a query result in your own application or if you want to trigger a query execution via a cron job.
84-
85-
[→ API executions](../api/api-reference/execute-queries/index.md)
86-
87-
=== "popular dashboard executions"
88-
89-
Popular dashboards are automatically refreshed based on their popularity. We measure popularity based on the number of views a dashboard has received. The most popular dashboards are refreshed every hour, the less popular dashboards are refreshed every 24 hours. Popular dashboards are refreshed via the community cluster.
90-
91-
![](../query/images/popular%20dashboard.jpeg)
92-
93-
9496
## Query engine size
9597

9698
Dune has three query engine sizes: **community**, **medium**, and **large**. The query engine size determines the amount of resources allocated to your query. The larger the query engine, the more resources are allocated to your query. This means that queries executed on a larger query engine will run faster and are less likely to time out.

0 commit comments

Comments
 (0)