Skip to content

Commit 09070de

Browse files
authored
fix: Correct summary of scheduled queries option for live data (#871)
1 parent 0995e5d commit 09070de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/cookbooks/live_data.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Use cases, such as real-time monitoring, dashboards, or personalized user experi
44

55
## Options for working with Live Data
66

7-
| Option | Recommended Use Case | Data Size/Complexity | Latency | Setup Complexity |
8-
| -------------------------------------- | ------------------------------------------------------ | ---------------------------------------------------- | --------- | ---------------- |
9-
| 1. Querying Live Tables Directly | Small datasets or infrequent, simple queries | Low | 10-30 min | Low |
10-
| 2. Scheduled queries | Medium | Periodic updates (e.g., hourly/daily) for dashboards | Medium | 1h or more | Medium |
11-
| 3. Using Materialized Views | Large datasets, complex queries with low-latency needs | Medium to High | 10-30 min | Medium to High |
12-
| 4. Dataflow | Very low-latency streaming for large datasets | High | <10 min | High |
13-
| 5. Cloud function with Pub/Sub trigger | Low-latency for smaller subsets of data | Medium | <10 min | Medium to High |
7+
| Option | Recommended Use Case | Data Size/Complexity | Latency | Setup Complexity |
8+
| -------------------------------------- | ------------------------------------------------------ | -------------------- | ---------- | ---------------- |
9+
| 1. Querying Live Tables Directly | Small datasets or infrequent, simple queries | Low | 10-30 min | Low |
10+
| 2. Scheduled queries | Periodic updates (e.g., hourly/daily) for dashboards | Medium | 1h or more | Medium |
11+
| 3. Using Materialized Views | Large datasets, complex queries with low-latency needs | Medium to High | 10-30 min | Medium to High |
12+
| 4. Dataflow | Very low-latency streaming for large datasets | High | <10 min | High |
13+
| 5. Cloud function with Pub/Sub trigger | Low-latency for smaller subsets of data | Medium | <10 min | Medium to High |
1414

1515
Live ping tables are the final destination for the telemetry ingestion pipeline. Incoming ping data is loaded into these tables approximately every 10 minutes, though a delay of up to 30 minutes is normal. Data in these tables is set to expire after 30 days.
1616

0 commit comments

Comments
 (0)