(no title)
pradeepchhetri | 11 months ago
clickhouse local --file medias.csv --query "SELECT edito, count() AS count from table group by all order by count FORMAT PrettyCompact"
┌─edito──────┬─count─┐
│ agence │ 1 │
│ agrégateur │ 10 │
│ plateforme │ 14 │
│ individu │ 30 │
│ media │ 423 │
└────────────┴───────┘
With clickhouse-local, I can do lot more as I can leverage full power of clickhouse.
SoftTalker|11 months ago
https://harelba.github.io/q/
rixed|11 months ago
pradeepchhetri|11 months ago
[0]: https://www.vantage.sh/blog/clickhouse-local-vs-duckdb
sitkack|11 months ago