Skip to content

Commit eda5a24

Browse files
committed
Bug 1990006 - Remove clustering by unique keys.
Partitioning by submission_date is sufficient for query optimization.
1 parent 9281c84 commit eda5a24

2 files changed

Lines changed: 4 additions & 17 deletions

File tree

sql_generators/gecko_trace/templates/derived/gecko_trace_events_v1/metadata.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ bigquery:
2323
type: day
2424
field: submission_date
2525
require_partition_filter: true
26-
clustering:
27-
fields:
28-
- event_signature
Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
22
friendly_name: Gecko Trace Traces
33
description: |-
4-
Complete Gecko traces with hierarchical span structures and calculated signatures.
4+
Aggregated gecko trace patterns with Merkle-chain signatures.
55
6-
This table combines individual spans into complete traces, building the
7-
hierarchical tree structure of spans within each trace. Each row represents
8-
a single trace containing:
9-
- Root span with nested child spans in a tree structure
10-
- Total trace duration calculated from span timings
11-
- Signature hash for grouping traces with similar execution patterns
12-
13-
The root_span field contains the complete hierarchical structure of all
14-
spans within the trace, with child spans nested in childSpans arrays.
6+
One row per unique execution pattern, identified by trace_signature (SHA256).
7+
Accumulates hit_count across daily runs, tracking first/latest observation dates
8+
and average duration.
159
1610
owners:
1711
- jjalkanen@mozilla.com
@@ -29,7 +23,3 @@ bigquery:
2923
type: day
3024
field: submission_date
3125
require_partition_filter: true
32-
clustering:
33-
fields:
34-
- trace_id
35-
- signature

0 commit comments

Comments
 (0)