Hi Phanikumar, FNH is only a wrapper used for configuring NHiberante. NHibernate is doing the actual work. You will need to supply a lot more information if you want an actual diagnosis of your problem.
I've always hated this type of question which I am about to ask, but I will ask it anyway: Why are you loading 500 items? Do you need all parts of the objects in question? Do they have child collections that are not lazy loaded? Do you need to track the objects? (i.e, get NH to notice any changes that you make to them so that those changes are persisted?) Can you post your mappings and give details of any related mappings? Dewy On 28 March 2014 05:00, Phanikumar Challagulla < [email protected]> wrote: > I am using fluent nhibernate but it performance wise very slow, i get data > using mapping class , can you please suggest me any one about this issue . > using fluent nhibernet i am fetching for 500 records it is taking more then > 4 mints > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/nhusers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
