Quantcast
Channel: Entity Framework
Viewing all articles
Browse latest Browse all 10318

Commented Issue: Perf: DatabaseTableChecker could be very slow [1330]

$
0
0
On one code path, DatabaseTableChecker queries the database for all table names before doing client-side checks. This could be very slow for large databases. Perhaps we can push logic to the server?
Comments: From Andrew: > The main thing we discussed with 1330 was whether or not we can move the model table query entirely to the server - Perhaps using Contains. Also some related bugs: * [#371](https://entityframework.codeplex.com/workitem/371) Code First Logic to create tables on empty database should work with other providers * [#1272](https://entityframework.codeplex.com/workitem/1272) DbContext initialization performance in debug with nigthlybuild package

Viewing all articles
Browse latest Browse all 10318

Trending Articles