Edd Robinson
b1b2b8d43d
Clean up stress package
2018-01-21 10:07:08 -08:00
Stuart Carnie
f3d45ba301
influxdata/influxdb/influxql -> influxdata/influxql
2017-10-30 14:40:26 -07:00
Jason Wilder
2cac46ebbc
Convert usage of strings to []byte
...
Measurement name and field were converted between []byte and string
repetively causing lots of garbage. This switches the code to use
[]byte in the write path.
2017-05-12 14:05:19 -06:00
Edd Robinson
fb7388cdfc
Remove dead code from various pkgs
2017-01-17 09:47:34 -08:00
Cory LaNou
3c518f8927
panicing is bad -> error returns are good
2017-01-03 14:28:29 -06:00
Gustav Westling
56d98325da
Removed ineffective assignments, and added checks for errors that previsouly was not checked
2016-12-29 20:26:15 +01:00
Jack Zampolin
07071279dc
Update README.md
2016-09-15 15:49:29 -07:00
Ben Johnson
8aa224b22d
reduce memory allocations in index
...
This commit changes the index to point to index data in the shards
instead of keeping it in-memory on the heap.
2016-08-16 14:09:00 -06:00
Cory LaNou
1117526873
remove IF EXISTS/IF NOT EXISTS from influxql language
2016-07-29 12:58:05 -05:00
Jack Zampolin
f9e082663c
Add @ symbol to -v2 stress
2016-07-06 17:10:28 -07:00
Jack Zampolin
e39dcaf8f0
Clean up code, fix struct and file names to fit with golang convention
2016-06-22 13:13:36 -07:00
Jack Zampolin
fe0ba554e6
Add ssl, un, pw support to v2 stress
2016-06-14 16:47:47 -07:00
Jack Zampolin
216021371a
Fix write to and query from cluster
2016-06-13 11:30:56 -07:00
Joe LeGasse
04c72a2c07
Correct stress/v2 tests to not depend on $GOPATH
...
The test assumed that you were working within a single directory
$GOPATH. `go test` actually sets the current directory to the directory
of the package being tested, so the relative path to the test file could
be used instead.
2016-05-26 11:46:10 -04:00
Jack Zampolin
49a5309ac1
Add DESIGN.md for clarification
2016-05-02 15:57:56 -07:00
Jack Zampolin
dc69aadd83
Add DESIGN.md
2016-04-28 14:26:57 -07:00
Jack Zampolin
9a8a794ebb
Address PR comments
2016-04-28 14:22:39 -07:00
Jack Zampolin
92c5e3828f
Address PR comments
2016-04-25 11:19:02 -07:00
Jack Zampolin
0521ae78a0
Address PR comments
2016-04-25 11:13:10 -07:00
Jack Zampolin
9decf09d48
Add v2 stress test
2016-04-21 11:03:43 -07:00