Prepared queries

has anyone implemented some code based on the prepared queries ? I tried this and surprisingly the performance obtained was quite poor, and even became worse as the application progressed…
I admit I only tried on a specific request, on my workstation only, not on a server. However I’m surprised by this odd result…
I’m using the Tamino 4.4.1.

Thanks !

You are not giving much detail, so it is hard to tell why you don’t get results as expected. However it could be the case that the overall time is dominated by run time as compared to compile time, in which case splitting off the compilation into a prepare might be of no advantage to you.