You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/02/19 17:57:34 UTC

[GitHub] bputt opened a new issue #7090: [PROPOSAL] Adding offset to sql

bputt opened a new issue #7090: [PROPOSAL] Adding offset to sql
URL: https://github.com/apache/incubator-druid/issues/7090
 
 
   # Motivation
   
   We're looking to utilize druid to provide raw records and aggregations. While the aggregation portion is working well, we need the offset to be available within SQL in order to continue offering pagination for the raw records.
   
   # Proposed changes
   
   SQL adding support for OFFSET
   
   Maybe it makes sense to offer OFFSET when pulling back raw data and not offering that as a feature for aggregated data? I assume it makes the implementation that much harder if you have to support aggregations.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org