2012/2/6 Brad Laney <[email protected]>:
> Heyo,
>
> I am trying to load our currency conversion rates into a cached
> collection in NH.
> We store every conversion rate at the start of every day, and use that
> conversion group id in our currencies.
>
> So I just setup the CurrencyConversionRate entity, and did a .ToList()
> on it. It seemed to be working for a while, I guess, but now it takes
> around 7 minutes to return to NH. Nothing major has changed.
>
> Any idea why 1600 small rows would require 7 minutes of work?
> The DB query takes 35 reads and 4ms duration.

Turn on NHibernate logging. Try to see if and where the timestamp jump.


/Oskar

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