You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/02/24 04:12:13 UTC

[jira] [Resolved] (PHOENIX-1679) Auto-detect if we should pass the NO_CACHE hint

     [ https://issues.apache.org/jira/browse/PHOENIX-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Taylor resolved PHOENIX-1679.
-----------------------------------
    Resolution: Duplicate

Duplicate of PHOENIX-1304

> Auto-detect if we should pass the NO_CACHE hint
> -----------------------------------------------
>
>                 Key: PHOENIX-1679
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1679
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Samarth Jain
>            Assignee: Samarth Jain
>
> If a query is going to read data that is likely going to fill or exceed the block cache size, then it is probably prudent to not cache the data at all. This way the query won't have to incur the cost of allocating and disposing of memory it or subsequent queries likely won't use. It would leave the block cache available to other queries that could really use it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)