logv / sybil

columnar storage + NoSQL OLAP engine | https://logv.org
https://logv.org
Other
305 stars 24 forks source link

Group by + Count Distinct #26

Closed okayzed closed 7 years ago

okayzed commented 7 years ago

Make it possible to do queries like:

SELECT COUNT DISTINCT(*) FROM IPS GROUP BY COUNTRY

okayzed commented 7 years ago

see this commit https://github.com/logv/sybil/commit/47531e41888252cce69a93f1269dccbcc1248de2

okayzed commented 7 years ago

this will be merged in eventually