Commit 4124f80
Cluster by event_name when creating new table (#402)
Clustering is the BigQuery table feature in which storage blocks are
sorted by a user-defined column.
Taking the advice of our Analytics Engineers, `event_name` is a good
default clustering column, because many typical queries have a filter on
the event name.
Snowplow users can change the clustering column at any time, if they
find a different column is more appropriate for their own query
patterns.1 parent 4fe4467 commit 4124f80
File tree
1 file changed
+7
-0
lines changed- modules/core/src/main/scala/com.snowplowanalytics.snowplow.bigquery/processing
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
204 | 211 | | |
205 | 212 | | |
206 | 213 | | |
| |||
0 commit comments