ZeroHour
Product

ClickHouse

2 mentions in 7 days · 2 in 30 days · 2 total · first seen · last

Timeline

Now everyone can put data to work

OpenAI launched a Data agent in ChatGPT Work that connects to enterprise warehouses and builds shareable analysis dashboards without SQL.

OpenAI introduced a Data agent in ChatGPT Work that connects to approved sources including Snowflake, BigQuery, Databricks, Redshift, ClickHouse, MongoDB, and Datadog, plus files from Google Drive and SharePoint. It investigates metric changes, builds interactive dashboards, and integrates with BI tools such as Power BI, Tableau, Omni, Sigma, and ThoughtSpot using semantic layers from dbt, Databricks Genie Ontology, and Snowflake Horizon. Queries enforce the connected account's existing table, row, and column permissions, with administrators controlling access via Workspace settings. OpenAI says nearly all of its product team and over two-thirds of its GTM organization use it internally, and NTT Data, Thermo Fisher, and ServicePiston are Alpha customers.

OpenAI News · 5d agoAI industry

Every Millisecond Counts

Engineers describe four months of ClickHouse optimizations that cut a 85.7-second analytics dashboard query to sub-second latency.

An engineering write-up details optimizations that reduced a ClickHouse query processing 1.96 billion rows and 198.69 GB from 85.7 seconds to sub-second latency. Key changes included repartitioning by client ID modulo 36 instead of by month to restore FINAL merge parallelism, promoting event_type in the sorting key for about a 15% latency reduction, and removing an expensive join. The post is a database performance case study with no security or AI relevance.