Viewing profile — avogar
avogar
HN member- Joined
- Wed, Dec 09, 2020, 9:27 PM UTC
- HN karma
- 19
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About avogar
No profile information was provided.
Recent public activity
-
comment
Comment #34071026
clickhouse-local is a really good tool for analyzing local data, as it supports a wide range of data formats and it's really fast. It can save you a lot of time, because there is n…
-
comment
Comment #33450156
SPyQL looks very promising, great work! I can't help but mention clickhouse-local tool: https://clickhouse.com/docs/en/operations/utilities/clickhou... clickhouse-local is a single…
-
comment
Comment #31825093
Using ClickHouse you can also process local files in one line using clickhouse-local command tool. And it will look a lot easier: clickhouse local -q "SELECT passenger_count, COUNT…