spwrap icon indicating copy to clipboard operation
spwrap copied to clipboard

support cache compiled call statement

Open mhewedy opened this issue 7 years ago • 0 comments

Each time the stored procedure is being called, there's a compilation step happening:

https://github.com/mhewedy/spwrap/blob/7384f0c8651302533c695fdd411dc8f1f82edc36/src/main/java/spwrap/Caller.java#L211-L223

So instead of doing such activity eachtime, spwrap can cache such calculations. (spring stored procedure do)

mhewedy avatar Oct 07 '18 12:10 mhewedy