Skip to content

Commit 1024248

Browse files
committed
readme
2 parents f2a0a59 + fe65de1 commit 1024248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ of the SNV_INDEL/MITO/SV/GCNV callset schemas may be found in the tests.
8383

8484
## 🚶‍♂️ ClickHouse Load Walkthrough
8585
- 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.
8787
- After all `entries` are inserted, we validate the inserted row count and finalize the per-project allele frequency aggregation.
8888
- Partitions are atomically moved from the `staging` environment to production.

0 commit comments

Comments
 (0)