influxdb/coordinator
Jonathan A. Sternberg b4db76cee2 Introduce syntax for marking a partial response with chunking
The `partial` tag has been added to the JSON response of a series and
the result so that a client knows when more of the series or result will
be sent in a future JSON chunk.

This helps interactive clients who don't want to wait for all of the
data to know if it is done processing the current series or the current
result. Previously, the client had to guess if the next chunk would
refer to the same result or a new result and it had to match the name
and tags of the two series to know if they were the same series. Now,
the client just needs to check the `partial` field included with the
response to know if it should expect more.

Fixed `max-row-limit` so it counts rows instead of results and it
truncates the response when the `max-row-limit` is reached.
2016-11-22 11:16:22 -06:00
..
config.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go remove SetDefaultRetentionPolicy method from meta.Client 2016-11-03 09:39:41 -05:00
meta_client_test.go remove SetDefaultRetentionPolicy method from meta.Client 2016-11-03 09:39:41 -05:00
points_writer.go Fixes issue with point hitting wrong shard 2016-10-19 21:06:29 +01:00
points_writer_internal_test.go Fixes issue with point hitting wrong shard 2016-10-19 21:06:29 +01:00
points_writer_test.go Ensure points map to correct shard groups 2016-09-30 13:58:56 +01:00
statement_executor.go Introduce syntax for marking a partial response with chunking 2016-11-22 11:16:22 -06:00
statement_executor_test.go Add config option to messages when limits exceeded 2016-10-28 14:54:45 -06:00