Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite finden Sie Beispiele für die Preise für Data Catalog.
Preise für Data Catalog
Die Metadatenspeicher-Gebühren für Tags werden dem Projekt in Rechnung gestellt, in dem die Tag-Vorlage erstellt wurde.
Die API-Gebühren werden abhängig von bestimmten Aufrufen verschiedenen Projekten in Rechnung gestellt:
Lesemethoden (get, lookup, list und search) werden dem Projekt des Kontos in Rechnung gestellt, das die API-Aufrufe autorisiert hat.
Schreibmethoden (create, update, delete und rename) für alle gespeicherten Entitäten außer Tags werden dem Projekt der veränderten Entität in Rechnung gestellt.
Schreibmethoden für Tags werden dem Projekt der Tag-Vorlage in Rechnung gestellt, die zum Erstellen des Tags verwendet wurde.
Beispiele für Data Catalog-Preise
Kleine Tags
Nutzer A erstellt und wendet kleine Tags an (jeweils 1.024 Byte).
Für 10 $/Monat kann der Nutzer 5 GiB Metadaten speichern, was ungefähr 5 Mio. Tags entspricht. Wenn Sie davon ausgehen, dass ein Tag pro Tabelle verwendet wird, ergibt das insgesamt 5 Millionen getaggte Tabellen.
Nutzer B erstellt am 10. des Monats 5 Millionen Tags mit jeweils 1.000 Byte und löscht die Tags am 20. Die Kosten betragen 3,33 $, berechnet als 5 GiB Daten geteilt durch ein Drittel des Monats:
5GiB * $2 // 5M tags using 1K bytes memory each amounts to 5GiB of metadata
* 1/3 // The tags were stored for 10 days (between the 10th and 20th day of the month), so the cost is divided by one-third.
---
= $3.33
Große Tags
Nutzer C erstellt und wendet große Tags an (jeweils 10.000 Byte).
Für 10 $/Monat kann der Nutzer 5 GiB Metadaten speichern, was ungefähr 500.000 Tags entspricht. Wenn Sie davon ausgehen, dass ein Tag pro Tabelle verwendet wird, entspricht das insgesamt 500.000 getaggten Tabellen.
Nutzer D erstellt 10 Vorlagen (z. B. ETL, Data Governance, Data Quality) und wendet große Tags (jeweils 10.000 Byte) mit jeder der 10 Vorlagen an.
Für 10 $/Monat kann der Nutzer 5 GiB Metadaten speichern, was ungefähr 500.000 Tags entspricht. Bei 10 Tags pro Tabelle ergibt das insgesamt 50.000 getaggte Tabellen.
Preise für die Datenherkunft schätzen
Preisbeispiel für Datenreihen
Nutzer E aktiviert die Datenableitung, um die Ableitung für BigQuery in seinem Projekt zu verfolgen. Das Projekt befindet sich im Speicherort us-central1. Im Laufe eines Monats werden für die Datenherkunft 100 DCU-Stunden der Dataplex Premium-Verarbeitung benötigt und 1 GiB Metadaten zur Datenherkunft generiert. Die Kosten sind:
100 * $0.089 // 100 DCU-hours of Dataplex Premium processing billed at $0.089 per DCU-hr
+ (1GiB - 1MiB) * $2 // cost of storing 1GiB data lineage metadata excluding 1MiB of free storage per month
---
= $10.9
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-02-01 (UTC)."],[[["\u003cp\u003eThis page provides details on Data Catalog pricing, including metadata storage and API call charges, along with specific cost examples.\u003c/p\u003e\n"],["\u003cp\u003eMetadata storage costs for tags are billed to the project where the tag template was created, and read method API calls are billed to the project of the account that authorized the call.\u003c/p\u003e\n"],["\u003cp\u003eThe cost of tag storage is calculated based on the size and quantity of tags, for example, $10 per month allows for storing 5GiB of metadata, which translates to approximately 5 million small tags (1024 bytes each) or 500,000 large tags (10K bytes each).\u003c/p\u003e\n"],["\u003cp\u003eData lineage pricing involves Dataplex Premium processing charges (billed per DCU-hour) and metadata storage costs (excluding 1MiB of free monthly storage).\u003c/p\u003e\n"],["\u003cp\u003eWrite method API calls for all stored entities except tags, are billed to the project of the mutated entity, whereas write method API calls for tags are billed to the project of the tag template used to create the tag.\u003c/p\u003e\n"]]],[],null,["# Data Catalog pricing examples\n\nThis page provides examples of Data Catalog pricing.\n\n### Data Catalog pricing considerations\n\nMetadata storage charges for a tag are billed to the project where the tag\ntemplate was created.\n\nAPI charges are billed to different projects depending on specific calls:\n\n- Read methods (`get`, `lookup`, `list`, and `search`) are billed to the project of the account that authorized the API calls.\n- Write methods (`create`, `update`, `delete`, and `rename`) for all stored entities, except tags, are billed to the project of the mutated entity.\n- Write methods for tags are billed to the project of the tag template used to create the tag.\n\n### Data Catalog pricing examples\n\n#### Small tags\n\n- User A creates and applies small tags (1024 bytes each). For $10 per month, the user can store 5GiB of metadata, which corresponds approximately to 5M tags. Assuming one tag per table, it amounts to a total of 5M tagged tables.\n- User B creates 5M tags of 1K bytes each on the 10th of the month,\n and deletes the tags on 20th. The cost is $3.33, calculated as 5GiB of data\n divided by one-third month:\n\n 5GiB * $2 // 5M tags using 1K bytes memory each amounts to 5GiB of metadata\n * 1/3 // The tags were stored for 10 days (between the 10th and 20th day of the month), so the cost is divided by one-third.\n ---\n = $3.33\n\n#### Large tags\n\n- User C creates and applies large tags (10K bytes each).\n For $10 per month, the user can store 5GiB of metadata, which corresponds to\n approximately 500K tags. Assuming one tag per table, it amounts to a total of\n 500K tagged tables.\n\n- User D creates 10 templates (for example ETL, Data Governance, Data Quality),\n and applies large tags (10K bytes each) using each of the 10 templates.\n For $10 per month, the user can store 5GiB of metadata, which corresponds\n approximately to 500K tags. Assuming 10 tags per table, it amounts to a total of\n 50K tagged tables.\n\nEstimate data lineage pricing\n-----------------------------\n\n| **Important:** Only certain executions generate lineage, which can differ between supported systems. For information on supported systems, see [About data lineage](/data-catalog/docs/concepts/about-data-lineage#lineage-supported-systems).\n\n### Data lineage pricing example\n\nUser E enables data lineage to track lineage for\nBigQuery in their project. The project is in the `us-central1`\nlocation. During 1 month, data lineage consumes 100 DCU-hours\nof Dataplex Universal Catalog Premium processing, and generates 1GiB\nof data lineage metadata. The cost is: \n\n 100 * $0.089 // 100 DCU-hours of Dataplex Universal Catalog Premium processing billed at $0.089 per DCU-hr\n + (1GiB - 1MiB) * $2 // cost of storing 1GiB data lineage metadata excluding 1MiB of free storage per month\n ---\n = $10.9"]]