Allow to suppress SQL Tab generation to save memory and performance
I tried using LinqPAD do insert and update quit a large number of records in a db and found that memory and performance was quit bad. I assume the reason is that there is a lot of sql logged in the SQL Tab, which in this case was of not of interest, because it was the endless repetition of the same query over and over again.
1
vote
This has been fixed in 2.0.
The SQL tab now goes into “low-resource-consumption” mode until you actually click on it.