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

3 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

5 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

5 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.

Automate Your Marketing Audits - Say Goodbye to Manual Checklists

Automate Your Marketing Audits - Say Goodbye to Manual Checklists

Featured

Marketing Auditor is a comprehensive, automated tool designed to revolutionize the process of auditing digital marketing campaigns. It supports platforms like Google Ads and Google Analytics, performing 200+ automated checks to uncover growth opportunities and deliver actionable insights. Users can generate professional, white-labeled reports customized to their branding and preferred formats like Google Slides and PowerPoint.

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

8 months 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).

Quantified LIKE Operator Now Available: Simplifies Multi-Pattern Queries

Quantified LIKE Operator Now Available: Simplifies Multi-Pattern Queries

8 months 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%")'.