Hi,

I'm investigating some timeout issues on a site we've developed and
are hosting.

Basically from the errors I get from NHibernate, I can see that even
though all our queries are limit to a max amount of results, there
apparently seems to be queries in the system that are pulling all
results from the database without any limitation in the amount of
results.

I was looking at the nhibernate log and wondered about this:

Fetching object 'NHibernate-
Cache:NHibernate.Cache.StandardQueryCache:sql: SELECT ...........;
parameters: [False, 2, 1]; first row: 0; max rows: 3...@993282225' from
the cache.

What does the 993282225 stand for?

Any other other ideas why these statements could be executed without
the maxresults applied?

Thanks,
David

--~--~---------~--~----~------------~-------~--~----~
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