Code: Select all
Open Connection (47 - 63ms)
Exeute: SET Search_Path TO public (47 - 62ms)
Close Connection (0 - 15ms)
query time: 1250ms
connection overhead: 940 - 1400ms
total: 2190 - 2650ms
Is this to do with Linq, Postgresql or the Entity? Is there any way to persist the connection so the open, execute and close are only carried out once?
Using Postgresql 8.4, dotconnect V5.80, C# visual studio 10.