Add `numConsumingSegmentsProcessed` and `numConsumingSegmentsMatched` into the query response metadata
See original GitHub issueCurrently we have the following metadata in the query response:
- numSegmentsQueried: number of segments queried by the broker
- numSegmentsProcessed: number of segments processed after the server-side segment pruning
- numSegmentsMatched: number of segments that has records matched
- numConsumingSegmentsQueried: number of consuming segments queried by the broker
We want to also add numConsumingSegmentsProcessed
and numConsumingSegmentsMatched
to the query response metadata.
Note: In the DataTable.MetadataKeys
, we mistakenly use NUM_CONSUMING_SEGMENTS_PROCESSED
to represent the numConsumingSegmentsQueried
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
4. Metadata Design - REST API Design Rulebook [Book]
In responses, this header is important for two reasons. ... Therefore, the REST API interprets the request as an insert and creates a...
Read more >ResponseMetaData | Google Analytics Data API
Stay organized with collections Save and categorize content based on your preferences. Response's metadata carrying additional information ...
Read more >Metadata with GenerateAnswer API - QnA Maker
QnA Maker lets you add metadata, in the form of key/value pairs, to your question/answer pairs. You can filter results to user queries, ......
Read more >What are the best practices to add metadata to a RESTful ...
You have several means to pass metadata in a RESTful API: Http Status Code; Headers; Response Body. For the metadata.status, use the Http ......
Read more >Retrieve instance metadata - Amazon Elastic Compute Cloud
A request for a general metadata resource (the URI ends with a /) returns a list of available resources, or a 404 -...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ravishankar15 Yes, reopened it
Oops, when I merged the PR, the issue is closed automatically. Thanks @Jackie-Jiang for reopening it!