Bizarre GitHub Account
github.com3 pointsby e-dard1 comments
- Significant TSM encoding and decoding performance improvements.
- The TSI index will be on by default.
- Queries that use the same tag key/value filters will be answered from the index more quickly using an LRU cache.
- Field keys will now be indexed in 2.0, making filtering/grouping on field keys more efficient.
- Improvements to how series are extracted from the index, and points data from the TSM engine, which helps with memory performance for queries.
- Significant performance improvements to measurement deletion.
> And can data points be incremented instead of the current field-replacement crap when you get new points with the same tag set? ~ $ go get -u github.com/otoolep/syslog-gollector
warning: code.google.com is shutting down; import path code.google.com/p/log4go will stop working
warning: code.google.com is shutting down; import path code.google.com/p/snappy-go/snappy will stop working
~ $
Everything is fine (aside from the warnings about code.google shutting down). curl -G https://www.shirts.io/api/v1/quote/ \
-d "api_key=APIKEY" \
-d "garment[0][product_id]=3" \
-d "garment[0][color]=White" \
-d "garment[0][sizes][med]=100" \
-d "garment[0][sizes][lrg]=50"
In cases where you need to url-encode the parameter, you can switch out -d for --data-urlencode