druid
druid copied to clipboard
Apache Druid: a high performance real-time analytics database.
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version I have tried apache-druid-0.18.0 and apache-druid-0.20.0, both...
Fixes #XXXX. ### Description #### Fixed the bug ... #### Renamed the class ... #### Added a forbidden-apis entry ... #### Release note ##### Key changed/added classes in this PR...
### Affected Version 0.21 ### Description We have a druid cluster in which we are ingesting about 2.5M events/second. We have 90 ingestion tasks for 1 of our data sources...
### Description This proposes to enhance the `SegmentMetadataQuery` by introducing a new optional parameter: `segmentIds`. This parameter allows users to query metadata for specific segments directly by their `segmentId`, rather...
I have the following SQL query involving unnest and two CTEs that doesn't yield correct results. The query appears to be generating an incorrect native query plan: ```sql WITH cte1...
We are observing incorrect output for UNNEST when applying it on nested arrays ### Affected Version 32.0.1 ### Description Given the following "values" table: __time | value -------------------------------|------- 2025-04-24T21:20:10.000Z |...
### Motivation Today Druid rollup tables can be utilized to greatly improve performance by significantly reducing the overall number of rows to be scanned by pre-aggregating the data at ingest...
### Description changes: * NestedDataColumnSchema and AutoTypeColumnSchema now accept a NestedCommonFormatColumnFormatSpec as a new 'columnFormatSpec' property, which allows customizing how json and auto columns are compressed, how strings are encoded...
Fixes https://github.com/apache/druid/issues/1796 ### Description This PR updates the community extension `druid-redis-cache` so that it can also connect to Redis Clusters with TLS enabled. This is awesome because AWS ElastiCache has...
I'm running `apache/druid:31.0.0` in Docker locally. ``` syntax = "proto3"; package com.example.kafka.event.v1; option java_multiple_files=true; option java_package = "com.example.kafka.event.v1"; message Event { int64 timestamp = 1; optional string identity_id = 2;...