You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2018/03/19 08:24:00 UTC

[jira] [Resolved] (IGNITE-5482) Implement basic caching of query results

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

Vladimir Ozerov resolved IGNITE-5482.
-------------------------------------
    Resolution: Won't Fix

Not relevant at the moment. BTW, we already implemented per-row cache.

> Implement basic caching of query results
> ----------------------------------------
>
>                 Key: IGNITE-5482
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5482
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>    Affects Versions: 2.0
>            Reporter: Alexander Paschenko
>            Priority: Major
>              Labels: performance
>
> Sergi suggested that we reuse results of the same queries running simultaneously - i.e. if a query is being executed with the same arguments and flags again and again, there's no need to do actual querying of data, instead we can really run query once while other simultaneous runs will wait for those results.
> This strategy will be implemented on MAP stage of distributed query.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)