I have just created a Dynamic Data Entities web-site on a SQL database, added the ADO .Net Entities and dragged my tables onto the designer.
I've now run it to see what it's like and it works, but it is very very slow.
The tables are indexed, and running selects from SQL get results back in 1-5 seconds, but on the web-site I can be waiting for 3 minutes.
In the 1 table - Client, there are 750,000 records. I really only want to return about 1/20 of these; ones that have an EmployeeID present.
Where/how do I do this in the code?
Is there something else that may be slowing things down?
I've now run it to see what it's like and it works, but it is very very slow.
The tables are indexed, and running selects from SQL get results back in 1-5 seconds, but on the web-site I can be waiting for 3 minutes.
In the 1 table - Client, there are 750,000 records. I really only want to return about 1/20 of these; ones that have an EmployeeID present.
Where/how do I do this in the code?
Is there something else that may be slowing things down?