NASA’s new dark energy space telescope can also detect killer asteroids
technologyreview.com·1h ago

TL;DR
Analyzing unstructured data at scale has been challenging for engineers, particularly when extracting insights from large datasets. Google Cloud introduced the BigQuery AI.AGG() function, which allows users to summarize information using natural-language SQL queries.
✦ Why It Matters
Engineers can leverage AI.AGG() to streamline data analysis and gain actionable insights from unstructured data.
Key Takeaways
How It Works
AI.AGG() processes data by automatically dividing input rows into manageable batches, aggregating results at multiple levels. This approach allows it to handle large datasets without manual context management, ensuring efficient analysis.
Related