You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Santhosh Kumar Shanmugham (JIRA)" <ji...@apache.org> on 2017/02/14 07:28:41 UTC

[jira] [Created] (AURORA-1892) TaskQuery `limit` and `offset` must be applied at TaskStore

Santhosh Kumar Shanmugham created AURORA-1892:
-------------------------------------------------

             Summary: TaskQuery `limit` and `offset` must be applied at TaskStore
                 Key: AURORA-1892
                 URL: https://issues.apache.org/jira/browse/AURORA-1892
             Project: Aurora
          Issue Type: Task
            Reporter: Santhosh Kumar Shanmugham


{{TaksQuery}}'s {{limit}} and {{offset}} are currently applied after the results have been fetched from the {{TaskStore}}, which is inefficient. Make the {{TaskStore}} apply the {{limit}} and {{offset}} conditions at the {{TaskStore}} level in both {{MemTaskStore}} and {{DBTaskStore}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)