-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
I love SqlClient, but one thing that consistently gets me down is that as my DB file grows, things slow to a crawl in Visual Studio. We're talking about 5–10 seconds after each edit before Intellisense catches up, not to mention that editing in general is slow. When that happens, I effectively have to sacrifice productivity for type safety in using SqlClient.
Might there be some low-hanging fruit that could improve the design-time performance of SqlClient, or is this simply a fact of life with type providers?
(Note that SqlClient in my case is running against a localhost database, so there should be no network overhead.)
Metadata
Metadata
Assignees
Labels
No labels