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

Pavel Tupitsyn updated IGNITE-2484:
-----------------------------------
    Description: 
QueryProvider ctor is quite heavy, need to cache it per ICache?

Investigate SQL generation overhead and whether it is needed to cache 
"compiled" queries.
See how Entity Framework does this: 
* https://msdn.microsoft.com/library/bb738562(v=vs.100).aspx
* https://msdn.microsoft.com/en-us/data/hh949853.aspx
* https://msdn.microsoft.com/library/bb896297(v=vs.100).aspx

  was:
QueryProvider ctor is quite heavy, need to cache it per ICache?

Investigate SQL generation overhead and whether it is needed to cache 
"compiled" queries.
See how Entity Framework does this: 
https://msdn.microsoft.com/library/bb738562(v=vs.100).aspx


> Performance: Cache query provider compiled queries
> --------------------------------------------------
>
>                 Key: IGNITE-2484
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2484
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: platforms
>    Affects Versions: 1.1.4
>            Reporter: Pavel Tupitsyn
>
> QueryProvider ctor is quite heavy, need to cache it per ICache?
> Investigate SQL generation overhead and whether it is needed to cache 
> "compiled" queries.
> See how Entity Framework does this: 
> * https://msdn.microsoft.com/library/bb738562(v=vs.100).aspx
> * https://msdn.microsoft.com/en-us/data/hh949853.aspx
> * https://msdn.microsoft.com/library/bb896297(v=vs.100).aspx



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

Reply via email to