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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,6 @@ of the SNV_INDEL/MITO/SV/GCNV callset schemas may be found in the tests.
83
83
84
84
## 🚶♂️ ClickHouse Load Walkthrough
85
85
- The Clickhouse Load follows the pattern established in the [Making a Large Data Load Resilient](https://clickhouse.com/blog/supercharge-your-clickhouse-data-loads-part3) blog
86
-
- Rows are first loaded into a `staging` database that copies the production `TABLE`s and `MATERIALIZED VIEWS`.
86
+
- Rows are first loaded into a `staging` database that copies the production `TABLE`s and `MATERIALIZED VIEW`s.
87
87
- After all `entries` are inserted, we validate the inserted row count and finalize the per-project allele frequency aggregation.
88
88
- Partitions are atomically moved from the `staging` environment to production.
0 commit comments