Stuart Carnie
dee8977d2c
chore: move v2/v1/tsdb → v2/tsdb
2020-08-26 10:46:47 -07:00
Mark Rushakoff
f2898d1992
Wipe out workspace in preparation for v2 merge
...
"Knock knock."
"Who's there?"
"InfluxDB Veet."
...
2019-01-11 10:38:50 -08:00
Jason Wilder
6ebc192298
Merge pull request #5678 from jonseymour/typo
...
doc: typographical, spelling, grammar, word-choice and phrasing improvements.
2016-02-25 09:33:41 -07:00
Jon Seymour
88598f78dc
doc: fix up some spelling errors/typos in .MD files
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-15 00:29:02 +11:00
Mark Rushakoff
fc9ab7a46f
Miscellaneous cleanup in tsdb package
...
* When possible, initialize maps/slices to exact length/capacity
* See slice benchmarks at
https://gist.github.com/mark-rushakoff/b5650bd8f06bece0b9fd
* Fixed some typos
* Removed an unnecessary loop in stringset.intersect
2016-02-10 18:00:47 -08:00
Jason Wilder
6ca7970f01
Fix inserting string values with backslashes
...
Fixes #3682
2015-08-19 09:33:16 -06:00
Michael Desa
adaef74a44
Add invaled interger example
2015-08-06 10:43:30 -07:00
Michael Desa
c0e9fdc3e0
Change float description
2015-08-06 10:43:06 -07:00
Michael Desa
25b2f7cbb1
Update line protocol README for new integer spec
...
As noted in https://github.com/influxdb/influxdb/pull/3526 writing
integer values now requires a tailing i. This commit updates the README
appropriately
2015-08-05 14:01:54 -07:00
Philip O'Toole
74cb96646c
Refactor query engine for distributed query support
...
With this change, the query engine code gathers information about
shards and tagsets by working with individual shards, collating the
information, and returning that to the client. It does not assume that any
particular shard is local, and accesses all shards through abstracted
Mappers, of which there are two types -- a Mapper type for Raw queries
and a second type for Aggregate queries. There are corresponding
Executors for each type of Mapper, but both types of Executors share the
same interface.
2015-07-15 12:54:55 -07:00
Sean Beckett
c2a1511e2e
Update README.md
2015-06-23 15:19:53 -07:00
Sean Beckett
92b38583f3
more examples for line protocol
...
showing escape characters and proper string quoting
2015-06-22 17:10:24 -07:00
Sean Beckett
6911e752af
typos, clarifications
2015-06-19 17:58:28 -07:00
Philip O'Toole
72a76e73f3
Add full example of line protocol
2015-06-19 08:14:38 -07:00
Jason Wilder
e0bfd827dc
Add line protocol doc
2015-06-15 16:47:04 -06:00