Add BigQuery -> ClickHouse SQL reference#6224
Conversation
|
@Blargian is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dhtclk
left a comment
There was a problem hiding this comment.
Just a few comments (mostly British spellings)
| | [BigQuery vs ClickHouse Cloud](/migrations/bigquery/biquery-vs-clickhouse-cloud) | The way resources are organized in ClickHouse Cloud is similar to BigQuery's resource hierarchy. We describe the specific differences in this article. | | ||
| | [Migrating from BigQuery to ClickHouse Cloud](/migrations/bigquery/migrating-to-clickhouse-cloud) | Learn about why you might want to migrate from BigQuery to ClickHouse Cloud. | | ||
| | [Loading Data](/migrations/bigquery/loading-data) | A guide showing you how to migrate data from BigQuery to ClickHouse. | | ||
| | [SQL translation reference](/migrations/bigquery/sql-translation-reference) | Construct-by-construct mapping from BigQuery GoogleSQL to ClickHouse SQL across DDL, DML, DCL, query/pipe/procedural syntax, and every function category. | |
There was a problem hiding this comment.
Every function category framing here isn't necessarily accurate, might want to soften this claim until we fill in the gaps.
There was a problem hiding this comment.
Good spot. Had more functions before but decided to remove as most of them differ only by casing - forgot to update this.
Co-authored-by: Dominic Tran <[email protected]>
| | [BigQuery vs ClickHouse Cloud](/migrations/bigquery/biquery-vs-clickhouse-cloud) | The way resources are organized in ClickHouse Cloud is similar to BigQuery's resource hierarchy. We describe the specific differences in this article. | | ||
| | [Migrating from BigQuery to ClickHouse Cloud](/migrations/bigquery/migrating-to-clickhouse-cloud) | Learn about why you might want to migrate from BigQuery to ClickHouse Cloud. | | ||
| | [Loading Data](/migrations/bigquery/loading-data) | A guide showing you how to migrate data from BigQuery to ClickHouse. | | ||
| | [SQL translation reference](/migrations/bigquery/sql-translation-reference) | Construct-by-construct mapping from BigQuery GoogleSQL to ClickHouse SQL across DDL, DML, DCL, query/pipe/procedural syntax, and every function category. | |
There was a problem hiding this comment.
Good spot. Had more functions before but decided to remove as most of them differ only by casing - forgot to update this.
Co-authored-by: Shaun Struwig <[email protected]>
…e table notes to make it more clear they belong to the row above
Summary
Adds a BigQuery to ClickHouse SQL reference guide
Checklist