Re: Cached/global query plans, autopreparation

2018-02-14 Thread he...@visionlink.org
Any idea on how feasible it would be as an extention or is the work too central to abstract that way? <http://visionlink.org/> Chet Henry Senior Software Developer - Dev Ops Liaison VisionLink, Inc. 3101 Iris Ave, Ste 240 Boulder, CO 80301 he...@visionlink.org Site <http://visio

Re: Cached/global query plans, autopreparation

2018-02-14 Thread he...@visionlink.org
​Coming from a PHP application I have several of the same concerns and wishes​. Given that php can not share any (resources) between requests it would be impossible to accomplish what you have in .NET. We still prepare statements though for use in result sets and other loops (ORM driven). I'm wo