Matthew Jaffee
Matthew Jaffee
a totally reasonable set of changes that is perfectly described by the branch name plus the import clearing stuff.
I moved the actual `importfrags` command to the tools repo. This PR exposes methods that it needs in go-pilosa.
`pi spawn` can store its results as json documents in S3. Currently they all just get dumped into one bucket without much structure. An interface to benchmark results is needed...
`pi create` is currently broken - particularly for starting remote cluster (e.g. using `pi create --hosts="host1:port1,host2:port2,etc."`) It needs to be updated to handle Pilosa's current config style and command line...
While trying to benchmark the affect of increasing number of rows on query time, we ran into an issue where we realized that the set of queries generated might be...
We need to make sure we can import data which gives us a variety of different container types in Pilosa's roaring format to test against. The current import tool can...
There are currently no tests for most of the code in the tools repo - it'd be good to get some coverage in here. Minimally, I think we could write...
running pi spawn with remote agents and pilosa nodes - an import was taking a long time, but hitting C-c on the local machine didn't seem to kill the import....
The random-query benchmark supports generating queries to multiple indexes, but only a single frame. The opposite is probably more desirable, but I don't think it would be too hard to...