About 1,866,891 results (2,338 milliseconds)

Manage search indexes | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/search-index
Dec 25, 2008 ... Map SQL object names for batch translation. Migration guides. Amazon ... Data types control types of columns and subfields of JSON and STRUCT ...

Secondary indexes | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/secondary-indexes
Similar to Spanner table interleaving, the primary key columns of the index's parent must be a prefix of the indexed columns, matching in type and sort order.

Index types in Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/index-overview
This page describes the two types of indexes that Cloud Firestore uses, single-field indexes and composite indexes. Index definition and structure. An index is ...

Indexes | Cloud Datastore Documentation | Google Cloud

https://cloud.google.com/datastore/docs/concepts/indexes
There are two types of indexes: Built-in indexes: By default, a Datastore mode database automatically predefines an index for each property of each entity kind.

GoogleSQL data definition language | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language
The following command fails with the message Table not found: singers because it uses a different case for the Singers table. CREATE INDEX ...

Faster similarity search performance with pgvector indexes | Google ...

https://cloud.google.com/blog/products/databases/faster-similarity-search-performance-with-pgvector-indexes
Dec 2, 2023 ... 0 in Cloud SQL for PostgreSQL. In this post, we explain pgvector indexes, clarify different configurations, and give hands-on coding examples ...

Manage vector indexes | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/vector-index
In the query editor, select an index type and run on the of the following SQL statements: ... BigQuery offers two vector index types. IVF Index. IVF is an ...

npgall/cqengine: Ultra-fast SQL-like queries on Java ... - GitHub

https://code.google.com/p/cqengine/
Multiple indexes on the same field can be added, each optimized for different types of query - for example equality, numerical range, string starts with etc.

Understanding the SCaNN index in AlloyDB | Google Cloud Blog

https://cloud.google.com/blog/products/databases/understanding-the-scann-index-in-alloydb
Apr 10, 2024 ... HNSW is supported in both AlloyDB and Cloud SQL. While HNSW offers good query performance for many vector workloads, we've heard from some ...

7.4 - External Metadata Indexing Guide

https://www.google.com/support/enterprise/static/gsa/docs/admin/current/gsa_doc_set/metadata/metadata.html
... type the database column name that contains the BLOB data. 7. Construct a Serve Query as a valid SQL statement that is accepted by the target database. The ...

Operators | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/operators
For STRUCT : SQL data type of fieldname . If a field isn't found in the ... When you reference an index that's out of range in a struct, an error is produced.

Behind Every Trivial Plan Is A Good Demo - Brent Ozar Unlimited®

https://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/PAhq1c9VRgA/
Behind Every Trivial Plan Is A Good Demo. Last Updated 7 years ... I teach SQL Server training classes, or if you haven't got time for the pain, I'm available for consulting too.

Using Spanner for non-relational workloads | Google Cloud Blog

https://cloud.google.com/blog/products/databases/using-spanner-for-non-relational-workloads
Jan 20, 2024 ... Usually non-relational systems provide two types of indexes: Local ... indexes, support for transactions, and SQL as a query language.

Cloud SQL for SQL Server: Database administration best practices ...

https://cloud.google.com/blog/topics/developers-practitioners/cloud-sql-sql-server-database-administration-best-practices
Jun 30, 2021 ... Before creating indexes, DBA's must carefully consider and analyze a host of data points including data structures, table types, existing ...

Druid group by query slow

https://groups.google.com/g/druid-development/c/Ey1ztdp4d9A
... SQL which does it very quickly. I'm wondering whether I made a mistake in indexing ... { "type" : "count", "name" : "rows" },. { "type" : "longSum", "name ...

Work with arrays | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/arrays
To access array elements in the some_numbers column, specify which type of indexing you want to use: either index or OFFSET(index) for zero-based indexes, or ...

Firestore: Composite indexes seem too restrictive

https://groups.google.com/g/firebase-talk/c/bFrF-RBJYtw
There would be hundreds of possible combinations for a single collection supporting 7 'types'. ... Ignore Firestore and use a managed SQL database solution like ...

Work with arrays in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/arrays
Go database/sql quickstart · PostgreSQL drivers quickstart. Free trial ... To access array elements in the some_numbers column, specify which type of indexing ...

Search indexed data | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/search
To determine whether an index was used for a query, see search index usage. Create a search index. The following table called Logs is used to show different ...

Indexing Query Performance Question

https://groups.google.com/g/ravendb/c/TLonzp4q1uI
Jun 6, 2012 ... Wouldn't you have an index on 8.5 million rows in SQL Server? What's ... Mainly you want to create 1 index per document type (unless ...