Viewing profile — chehai
chehai
HN member- Joined
- Wed, Oct 20, 2021, 4:26 PM UTC
- HN karma
- 4
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About chehai
No profile information was provided.
Recent public activity
-
comment
Comment #43282117
This approach reminds me of ClickHouse's MergeTree. Also, https://paimon.apache.org/ seems to be better for streaming use cases.
-
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…