mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 12:08:31 +00:00
add documentation for sharded tables (#13361)
This commit is contained in:
parent
bc491be5ad
commit
744e5279bc
@ -103,6 +103,13 @@ link="/connectors/database/bigquery/roles"
|
||||
/ %}
|
||||
{% /tilesContainer %}
|
||||
|
||||
{% note %}
|
||||
If you are using BigQuery and have sharded tables, you might want to consider using partitioned tables instead. Partitioned tables allow you to efficiently query data by date or other criteria, without having to manage multiple tables. Partitioned tables also have lower storage and query costs than sharded tables.
|
||||
You can learn more about the benefits of partitioned tables [here](https://cloud.google.com/bigquery/docs/partitioned-tables#dt_partition_shard).
|
||||
If you want to convert your existing sharded tables to partitioned tables, you can follow the steps in this [guide](https://cloud.google.com/bigquery/docs/creating-partitioned-tables#convert-date-sharded-tables).
|
||||
This will help you simplify your data management and optimize your performance in BigQuery.
|
||||
{% /note %}
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
{% stepsContainer %}
|
||||
|
||||
@ -84,6 +84,13 @@ link="/connectors/database/bigquery/roles"
|
||||
/ %}
|
||||
{% /tilesContainer %}
|
||||
|
||||
{% note %}
|
||||
If you are using BigQuery and have sharded tables, you might want to consider using partitioned tables instead. Partitioned tables allow you to efficiently query data by date or other criteria, without having to manage multiple tables. Partitioned tables also have lower storage and query costs than sharded tables.
|
||||
You can learn more about the benefits of partitioned tables [here](https://cloud.google.com/bigquery/docs/partitioned-tables#dt_partition_shard).
|
||||
If you want to convert your existing sharded tables to partitioned tables, you can follow the steps in this [guide](https://cloud.google.com/bigquery/docs/creating-partitioned-tables#convert-date-sharded-tables).
|
||||
This will help you simplify your data management and optimize your performance in BigQuery.
|
||||
{% /note %}
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
{% partial
|
||||
|
||||
@ -84,6 +84,14 @@ link="/connectors/database/bigquery/roles"
|
||||
/ %}
|
||||
{% /tilesContainer %}
|
||||
|
||||
|
||||
{% note %}
|
||||
If you are using BigQuery and have sharded tables, you might want to consider using partitioned tables instead. Partitioned tables allow you to efficiently query data by date or other criteria, without having to manage multiple tables. Partitioned tables also have lower storage and query costs than sharded tables.
|
||||
You can learn more about the benefits of partitioned tables [here](https://cloud.google.com/bigquery/docs/partitioned-tables#dt_partition_shard).
|
||||
If you want to convert your existing sharded tables to partitioned tables, you can follow the steps in this [guide](https://cloud.google.com/bigquery/docs/creating-partitioned-tables#convert-date-sharded-tables).
|
||||
This will help you simplify your data management and optimize your performance in BigQuery.
|
||||
{% /note %}
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
{% partial
|
||||
@ -143,6 +151,7 @@ If you want to use [ADC authentication](https://cloud.google.com/docs/authentica
|
||||
the GCP credentials empty. This is why they are not marked as required.
|
||||
{% /note %}
|
||||
|
||||
|
||||
{% partial file="/v1.2/connectors/database/advanced-configuration.md" /%}
|
||||
|
||||
{% /extraContent %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user