2 links tagged with all of: optimization + performance + memory-management
Click any tag below to further narrow down your results
Links
This article discusses a new optimization in ClickHouse 25.11 that enhances the performance of aggregations with small GROUP BY keys by parallelizing the merge phase. The author shares insights from the implementation process, including challenges faced and lessons learned about memory management and concurrency.
The article provides an in-depth exploration of Java's garbage collection (GC) mechanisms, detailing how they manage memory in Java applications. It covers various GC algorithms, their characteristics, and how developers can optimize performance while minimizing memory leaks and inefficiencies. Understanding these concepts helps developers make informed decisions about memory management in their Java applications.