<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>HashAggregate on dbalog.dev</title>
    <link>https://dbalog.dev/tags/hashaggregate/</link>
    <description>Recent content in HashAggregate on dbalog.dev</description>
    <generator>Hugo</generator>
    <language>ko</language>
    <lastBuildDate>Tue, 25 Aug 2026 09:00:00 +0900</lastBuildDate>
    <atom:link href="https://dbalog.dev/tags/hashaggregate/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>병렬 집계는 왜 절반만 병렬인가: 공유 해시 테이블 실험이 남긴 청구서</title>
      <link>https://dbalog.dev/posts/postgresql-parallel-aggregate-shared-hash/</link>
      <pubDate>Tue, 25 Aug 2026 09:00:00 +0900</pubDate>
      <guid>https://dbalog.dev/posts/postgresql-parallel-aggregate-shared-hash/</guid>
      <description>PostgreSQL의 병렬 집계는 워커가 부분 집계를 하고 리더 하나가 합치는 구조입니다. 그룹이 많으면 그 합치는 단계가 병목이 됩니다. pgEdge의 Andrei Lepikhov가 DSM 공유 해시 테이블로 이 단계를 없애 보고 균등 분포에서 4.8배를 얻었지만, skew에서 0.04배까지 무너졌습니다. 500만 그룹 쿼리로 병목을 직접 재 보고, 프로세스 모델이 어디서 값을 청구하는지 정리합니다.</description>
    </item>
  </channel>
</rss>
