vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am reading Feuerstein's article in Oracle Magazine and is seems as the PL/SQL Function Result Cache is the same as using the deterministic keyword. Is this the case, or am I missing something? Roger |
| |||
| On Sep 26, 3:13 pm, "rogergorden@....gmail.com" <rogergor...@gmail.com> wrote: > I am reading Feuerstein's article in Oracle Magazine and is seems as > the PL/SQL Function Result Cache is the same as using the > deterministic keyword. > > Is this the case, or am I missing something? > > Roger A deterministic function NEVER involves results from tables. A cached function result takes advantage of cursor results much like the buffer cache, except at a much leaner and meaner granularity. |
| ||||
| On Sep 26, 6:50 pm, cleveridea <cleveridea....@gmail.com> wrote: > On Sep 26, 3:13 pm, "rogergorden@....gmail.com" > > <rogergor...@gmail.com> wrote: > > I am reading Feuerstein's article in Oracle Magazine and is seems as > > the PL/SQL Function Result Cache is the same as using the > > deterministic keyword. > > > Is this the case, or am I missing something? > > > Roger > > A deterministic function NEVER involves results from tables. A cached > function result takes advantage of cursor results much like the buffer > cache, except at a much leaner and meaner granularity. OK, thanks. Now I see the difference. I also see the reason for Mr. Feuerstein's excitement!!!!! Roger |
| Thread Tools | |
| Display Modes | |
|
|