Reputation: 21
I have an application which use the same groovy script for multiple times. Everytime, it compiles the same script again and again during runtime. In order to improve the performance, I need to compile the script only once and store the compiled script in database which can be later fetched and used with binding variables.
Thanks,
Upvotes: 2
Views: 496