Hi,

While debbuging our application we notice that a lot of performance
was lost in the method :
public NativeSQLQueryPlan GetNativeSQLQueryPlan
(NativeSQLQuerySpecification spec)

this method is in the class QueryPlanCache.

We try to remove the code of this method and put only :
return new NativeSQLQueryPlan(spec, factory);

In all our tests we got better performance (sometimes it was 10 time
faster than the original code).

We use MSSQL2005 and MSSQL2008 SGBDR.

What do you think about that ?

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to