logv / sybil

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

Make a subset of columns selectable when asking for samples #111

Closed okayzed closed 4 years ago

okayzed commented 4 years ago

Right now, all columns are pulled when running a samples query. Make it possible to select a subset using '-int', '-str' and '-set' flags

okayzed commented 4 years ago

247bc083c68802824459d4a257b8a418b72da4c9

-sample-cols can be used or -int,-str and -set

if none are used, the full sample is returned