About 1,347,412 results (2,211 milliseconds)

Table sizes statistics | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/introspection/table-sizes-statistics
HDD storage used by table in bytes. Example queries. This section includes several example SQL statements that retrieve aggregate table sizes statistics. You ...

TABLE_STORAGE view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-table-storage
TABLE_STORAGE view, the query results contain one row for each table or materialized view for the current project. The data in the INFORMATION_SCHEMA.

Query syntax in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/query-syntax
The FROM clause indicates the table or tables from which to retrieve rows, and specifies how to join those rows together to produce a single stream of rows for ...

Quotas and limits | BigQuery | Google Cloud

https://cloud.google.com/bigquery/quotas
... length includes the length of all views and wildcard tables referenced by the query. ... You can create a search index for a table if the overall size of tables ...

Optimize query computation | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/best-practices-performance-compute
For example, use SELECT * EXCEPT to exclude one or more columns from the results. Use partitioned tables. If you do require queries against every column in a ...

TABLES view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-tables
Schema. When you query the INFORMATION_SCHEMA.TABLES view, the query results contain one row for each table or view in a dataset ...

Quotas & limits | Spanner | Google Cloud

https://cloud.google.com/spanner/quotas
Maximum size for each query, 1 MiB. Instance configuration limits. Value, Limit ... A change stream that watches an entire table or database implicitly watches ...

Pricing | BigQuery: Cloud Data Warehouse | Google Cloud

https://cloud.google.com/bigquery/pricing
insertAll API call. All other actions do not reset the timer, including the following: Querying a table; Creating a view that queries a table ...

FAQ | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/faq
... Oracle table. Replication leverages change streams by ... Your organization doesn't permit granting the SELECT permission on all its tables and databases.

Export table data to Cloud Storage | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/exporting-data
If you need to limit the maximum size of each exported file, one option is ... list API to retrieve all rows of the table in JSON dictionary format. If ...

Error truncating performance_schema tables

https://groups.google.com/g/google-cloud-sql-discuss/c/KmXOjqkSwzk
... each instance, because no two databases and applications are the same. Anyway, if you have much more than 1 million digested queries in your database, then ...

Getting the size of a result set

https://groups.google.com/g/comp.lang.java.databases/c/9RQmh6PUkv0
Mar 2, 2001 ... table - all the time the same unchanging snapshot. If you want, you ... do is ask the database for a snapshot of the results of a certain query,

Create and use tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/tables
You can query the following views to get table information: Use the INFORMATION_SCHEMA.TABLES and INFORMATION_SCHEMA.TABLE_OPTIONS views to retrieve metadata ...

Table operations statistics | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/introspection/table-operations-statistics
Number of queries performing deletes on the table. If you insert data into your database using mutations, the write_count increments by 1 for each table ...

Troubleshooting Cloud SQL | Cloud SQL Documentation | Google ...

https://cloud.google.com/sql/docs/troubleshooting
There could be too much traffic. Use connection pooling and other best practices for connectivity. Things to try: Verify that the database is set up for ...

Manage search indexes | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/search-index
Dec 25, 2008 ... A search index can also optimize some queries that use supported functions and operators. Much like the index you'd find in the back of a book, ...

Monitoring distribution keys in Greenplum - Greenplum DBA

https://sites.google.com/a/greenplumdba.com/gpdb/greenplum-dba-faq/monitoring-distribution-keys-in-greenplum
Jul 25, 2014 ... Run the following query to find out distribution keys of the every table in the Greenplum database. (Filter can be applied to schema level)

After debezium ran for a while, SCN was close to a billion behind ...

https://groups.google.com/g/debezium/c/9XqBClfs-qw
Aug 19, 2022 ... After seeing what you said, I asked our DBA. Our Oracle database SCN generates more than one million copies per minute. I don't know if ...

GoogleSQL data definition language | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language
... table name, the table must use an alias for the query to work. As an ... ALL lets you watch all tables and columns in the entire database, including ...

Schema design best practices | Bigtable Documentation | Google ...

https://cloud.google.com/bigtable/docs/schema-design
Check quotas and limits for recommended and hard size limits for all table elements. ... If you plan to query your table using SQL, you can define ...