Forum OpenACS Development: Response to Cacing of database queries ...

Collapse
Posted by C. R. Oldham on
Oracle always caches query plans, which is why using bind variables is a win.  The parser doesn't have to figure out an execution plan when it gets several instances of 'select field from table where field=:1'.