Back Issues This Week → Current Issue → Popular →

All issuesVolume 314, Issue 4IT Vendor NewsGoogle

Achieve Higher Performance And Lower Query Cost For Bigquery Integer Or Timestamp Lookups

Google News, Thursday, May 23rd, 2024

The first incarnation of search indexes in BigQuery focused on fast and efficient lookups on STRING data elements, either in standalone STRING scalar columns, or within an ARRAY, STRUCT, or JSON column.

Our previous blog posts showcased the orders-of-magnitude performance gains achievable when utilizing indexes with the SEARCH function and other functions and operators.

Today, we are announcing the public preview of numeric search indexes, which enables optimized lookups on INT64 and TIMESTAMP data types. With this change, the EQUAL(=) and IN operations on these data types can utilize search indexes to reduce byte scans for improved performance. So now your lookups for account IDs or transactions IDs or log timestamps can get faster and cheaper.

more →  ·  More from Google →