This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch release-notes-023
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/release-notes-023 by this push:
new e7d2b5c68e Add release notes for improved on-heap incremental index
memory estimates (#12518)
e7d2b5c68e is described below
commit e7d2b5c68e32fe2eb48ba726571a927a260e8770
Author: Kashif Faraz <[email protected]>
AuthorDate: Fri May 13 17:05:51 2022 +0530
Add release notes for improved on-heap incremental index memory estimates
(#12518)
* Add release notes for mem estimates
* Add PR link
---
druid-0.23-release-notes.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/druid-0.23-release-notes.md b/druid-0.23-release-notes.md
index eb99a1c937..2fc0346340 100644
--- a/druid-0.23-release-notes.md
+++ b/druid-0.23-release-notes.md
@@ -72,6 +72,10 @@ The context param authorization can be enabled using
druid.auth.authorizeQueryCo
### General performance
+### Ingestion
+
+- More accurate memory estimations while building an on-heap incremental
index. Rather than using the max possible size of an aggregated row, Druid can
now use (based on a task context flag) a closer estimate of the actual heap
footprint of an aggregated row. This enables the indexer to fit more rows in
memory before doing an intermediate persist.
[12073](https://github.com/apache/druid/pull/12073)
+
### SQL
# Bug fixes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]