featurebase/cmd
Seebs 3d802f428b add Distinct, be more consistent about using correct rand.Rand
The RandomQueryConfig has its own seeded RNG, but we didn't always use
it (especially in the last two commits, but also I think in one previous
thing), so let's use it more consistently.

We check for int fields (as opposed to decimal), and if we find them,
we add Distinct to our list of potential queries to use if and only
if we've got a depth of at least one so there'd be a child query under
the current query, and if we do, grab one of the int (not decimal)
fields and do a query on that.
2020-11-23 09:54:59 -06:00
..
badloader database per shard, HolderConfig, rbf bit-wise import speedups. 2020-09-04 13:00:33 -05:00
demo-lmdb database per shard, HolderConfig, rbf bit-wise import speedups. 2020-09-04 13:00:33 -05:00
pilosa v2.0.0 2019-10-08 14:56:17 -06:00
pilosa-chk pilosa-fsck: the -readers flag controls parallelism 2020-10-13 18:58:38 -05:00
pilosa-fsck pilosa-fsck: the -readers flag controls parallelism 2020-10-13 18:58:38 -05:00
pilosa-keydump [hash] Remove duplicated blake3 code 2020-09-07 12:24:22 +02:00
random-query add Distinct, be more consistent about using correct rand.Rand 2020-11-23 09:54:59 -06:00
slurp Remove RBF exclusive/direct write. 2020-11-09 08:23:09 -07:00
check.go v2.0.0 2019-10-08 14:56:17 -06:00
check_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
config.go v2.0.0 2019-10-08 14:56:17 -06:00
convert.go Tx Interface 2020-07-02 10:43:15 -06:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
export.go fix postgres endpoint config 2020-08-27 10:49:43 -04:00
export_test.go v2.0.0 2019-10-08 14:56:17 -06:00
generate_config.go v2.0.0 2019-10-08 14:56:17 -06:00
import.go fix postgres endpoint config 2020-08-27 10:49:43 -04:00
import_test.go Revert "back out the pql.Decimal changes" 2020-04-01 17:46:46 -05:00
inspect_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
rbf.go Improve RBF CLI help 2020-10-30 07:25:36 -06:00
root.go Add RBF CLI commands 2020-10-27 08:12:22 -06:00
root_test.go suppress test config arguments from pilosa config output 2020-04-24 11:02:42 -05:00
server.go v2.0.0 2019-10-08 14:56:17 -06:00
server_test.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00