About 1,051,196 results (2,460 milliseconds)

Table sizes statistics | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/introspection/table-sizes-statistics
TABLE_SIZES_STATS_PER_LOCALITY_GROUP_1HOUR : lists the sizes of your tables and indexes within your databases for each locality group. The table size is in ...

How to get size of table - andreydba.com

https://sites.google.com/site/dbatips12345/oracle/useful-scripts/how-to-get-size-of-table
Oracle Database Blog · Auditing & Monitoring · ACTIONS# in SYS.AUD$ · Monitoring ... select segment_name "Table Name", sum(bytes)/1024/1024 "Size in MB". from ...

Quotas & limits | Spanner | Google Cloud

https://cloud.google.com/spanner/quotas
Total size of a table or index key ... A change stream that watches an entire table or database implicitly watches every column in that table or database, and ...

Understanding gp_toolkit schema gp_size views ... - Greenplum DBA

https://sites.google.com/a/greenplumdba.com/gpdb/understanding-gp_toolkit-schema-gp_size-views-and-checking-database-object-sizes-and-disk-space
You can find function code in your greenplumdba.com web portal. There are combined 9 views related to size of the database, schema, table and indexes.

Quotas and limits | BigQuery | Google Cloud

https://cloud.google.com/bigquery/quotas
You can create a search index for a table if the overall size of tables with ... Experiment with representative data (schema and data sizes) to determine the ...

Error truncating performance_schema tables

https://groups.google.com/g/google-cloud-sql-discuss/c/KmXOjqkSwzk
According to Configuring database flags for MySQL guide you could set performance_schema_digests_size in Cloud SQL, so this is what you should do if you find ...

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.

TABLE_STORAGE view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-table-storage
The INFORMATION_SCHEMA.TABLE_STORAGE view provides a current snapshot of storage usage for tables and materialized views. When you query the ...

Check for skew in Greenplum - Greenplum DBA

https://sites.google.com/a/greenplumdba.com/gpdb/check-for-skew-in-greenplum
SQL to check database activities in Greenplum · SQL to check user details and ... SQL to display Database Size,Schema Size, Table and Index Size in Greenplum.

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

https://cloud.google.com/sql/docs/troubleshooting
Backups can take a long time depending on the database size. If you ... You want to find out about table sizes. This information is available in the ...

Export table data to Cloud Storage | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/exporting-data
Determine the number of partitions you need, which is equal to the total size of your data divided by the chosen exported file size. For example, if you ...

The OFFSET should be optimized in H2

https://groups.google.com/g/h2-database/c/YoZni0lzTio
The Oracle database does 100's of silly optimisations, such as a constant predicate stop check. ... length of the number of columns in the queried table. I ...

"Unsupported operation" warnings

https://groups.google.com/g/debezium/c/F9zrx6S2T7M
... tables we "subscribe" to in our Oracle Connector. I checked with Oracle logminer what the operation was for the specific SCN, and it was 3 (UPDATE), which ...

reclaiming wasted space in Oracle

https://groups.google.com/g/comp.databases.oracle.server/c/S3LSoV3oQS0
ALTER TABLE table_name SHRINK SPACE CASCADE; but it is only on the table level, but what about tablespaces and datafiles ? Sorry for my pure english... Regards

Getting the size of a result set

https://groups.google.com/g/comp.lang.java.databases/c/9RQmh6PUkv0
Mar 2, 2001 ... Ok, now you say more clear, what you want. a snapshot, but not over the wire, that would be a select into a new table. This new table is used

Migration assessment | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/migration-assessment
... size in GB for each database, schema, or table. In addition you can use this view to identify materialized views and external tables. Database Features and ...

Cloud SQL FAQ | Cloud SQL Documentation | Google Cloud

https://cloud.google.com/sql/faq
What size database instance do I need? How much RAM? How is use of my ... When you drop a table from a database and then check the Google Cloud ...

SQL to monitor partition information in Greenplum - Greenplum DBA

https://sites.google.com/a/greenplumdba.com/gpdb/sql-to-monitor-partition-information-in-greenplum
-- List of partition tables in all schema in your db. select distinct tablename from pg_partitions;. select distinct schemaname,tablename from pg_partitions;.

Blob size from SQL

https://groups.google.com/g/comp.databases.informix/c/gi2xfCtFh3A
I'm trying to identify rows in a table, which rows contain a zero-length blob. Hence, the query would more accurately be described as: SELECT row_pk FROM < ...

Pricing | BigQuery: Cloud Data Warehouse | Google Cloud

https://cloud.google.com/bigquery/pricing
Specifically for Cross-Cloud Materialized Views, Create Table as Select, Insert Into Select, and Cross Cloud Joins there are no charges during Preview.