We have a situation, where we feel we do not fully take advantage of NHibernate\'s capabilities, which reduces performance. The actual situation is reduced to a \"blogs with posts\" example for this q
I\'m running a php/mysql-driven website with a lot of visits and I\'m considering the possibility of caching result-sets in shared memory in order to reduce database load.
How does query ca开发者_StackOverflow中文版ching works and how does it improves performance in nHibernate?When a query is cached, NHibernate will cache the IDs of the entities resulting from the query
I have been struggling with the following problem: I have a value object containing different panels. Each panel has a list of fields.
Related to this question Premise: These are my assumptions, based on my reading, experience and understanding, they may be wrong, if they are, please comment and I\'ll edit the question.
In NHibernate Profiler I observed that when I use eager fetching on an association, using \"left join fetch\" in an HQL Query or .SetFetchMode() in a Criteria Query the query no longer gets cached in