Luka Cempre

Browse by source sorted by latest

BigQuery Now Supports GROUP BY and SELECT DISTINCT with Arrays and Structs

BigQuery Now Supports GROUP BY and SELECT DISTINCT with Arrays and Structs

9 months ago

Google BigQuery has updated its SQL functionality to support GROUP BY and SELECT DISTINCT operations with arrays and structs, enhancing data analysis flexibility. Users can now group by entire struct fields in one operation and perform nuanced data deduplication across complex types. These improvements streamline queries and reduce complexity, particularly for grouping session traffic source fields.

BigQuery Introduces CHANGES Function for Tracking Table Modifications

BigQuery Introduces CHANGES Function for Tracking Table Modifications

10 months ago

Google has introduced the CHANGES function in BigQuery for enhanced data tracking. It allows users to return rows that have changed within a specified time range, supporting operations like INSERT, UPDATE, DELETE, and more. Users can specify timestamps to retrieve changes, with additional metadata provided. The table must have the change_history option enabled, and the function is limited to a 7-day time travel window and a maximum one-day range.

BigQuery Now Allows Default Storage Billing Configuration for New Datasets

BigQuery Now Allows Default Storage Billing Configuration for New Datasets

11 months ago

BigQuery now allows setting a default storage billing dataset for new datasets at the organization or project level. Physical storage, billed based on physical bytes and including time travel, is cost-effective for highly compressible data, offering up to 90% savings, especially for datasets like Google Analytics 4 exports. Physical storage costs $0.04/$0.02 per GB per month, compared to logical storage at $0.02/$0.01. Regular monitoring is recommended for optimal billing setup.

Google Delays Third-Party Cookie Deprecation in Chrome to 2025, Pending CMA Concerns

Google Delays Third-Party Cookie Deprecation in Chrome to 2025, Pending CMA Concerns

1 years ago

Google has delayed the deprecation of third-party cookies in Chrome until early 2025, subject to resolving any remaining issues with the UK's Competition and Markets Authority (CMA).

Marketing Workflow Templates

Marketing Workflow Templates

Featured

Markifact offers ready-to-use marketing workflow templates to save time and automate digital marketing tasks. It is a no-code platform that enables users to create AI-powered workflows for automating decisions and actions across various marketing channels. Scale your marketing with agentic workflows, start using Markifact now for free!

Markifact
Markifact

Verified Sponsor

Verified Sponsor

Markifact is a Verified Sponsor. Want to get featured here? Contact us.

Verified Sponsor
Quantified LIKE Operator Now Available: Simplifies Multi-Pattern Queries

Quantified LIKE Operator Now Available: Simplifies Multi-Pattern Queries

1 years ago

The quantified LIKE operator, now available, eases writing queries comparing a field value to multiple patterns. It uses three quantifiers: ANY, SOME, and ALL. ANY and SOME are true if one pattern matches the field value. ALL requires the field to match all patterns. For example, 'page_path LIKE "%blog%" AND page_path LIKE "%luka%"' becomes 'page_path LIKE ALL ("%blog%", "%luka%")'.