Click here to Skip to main content
15,880,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,
I am facing critical problem using Entity Framework. When I fetch one record from database , the query takes more than 5 min. We have more than 150 tables and I have created 10 EDMX for related tables. I would like to know to to improve performance. Please help me.
Environment :-
Database :- Oracle 10 G
OS :- windows 2008 server
Visual Studio 2008
Regards,
Rajesh
Posted
Comments
ARopo 29-Oct-10 4:05am    
How long does the query take if you do it in SQL on the database? If it takes a long time here the problem is with the database.

1 solution

There may be a so many reasons for this.., i have a big database in oracle10g(almost 1TB). i able to get the data (even complex query) less than one minute..,

check your database for Proper normalization, Indexes etc..,

Use any performance tuner to analyze the DB & Quries
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900