Live data from Hacker News

Viewing profile — chehai

chehai

HN member
Joined
Wed, Oct 20, 2021, 4:26 PM UTC
HN karma
4
Public activity
2 items

About chehai

No profile information was provided.

Recent public activity

  1. comment
    Comment #43282117

    This approach reminds me of ClickHouse's MergeTree. Also, https://paimon.apache.org/ seems to be better for streaming use cases.

  2. comment
    Comment #42834761

    In order to get good query performance from Iceberg, we have to run compaction frequently. Compaction turns out to be very expensive. Any tip to minimize compaction while keeping q…