This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
0.7.4 : point reordering and various improvements and tools
data server
- support more from/to specifications, honor timezone controls #682
- expr panic fix #676
- allow
target[]=foo
specification #688 - measure duration of plan.Run() #689
- queries should fail when shards are missing. fixes #670. new config option for min-available-shard
- fix clustered consolidateBy() requests #707
- support from/to patterns for find query #708
cassandra
- update TWCS settings #690
- fix clustered scenario schema in cassandra doc (#679)
- set gc_grace_seconds to the compaction_window_size #700
- also track writeQueue len on puts. fix #701
index
reorder buffer (new!)
- reorder buffer to allow for some data to arrive out of order. #675
misc
clustering
- Adds an endpoint to post cluster peers to #680