SELECT, INSERT, UPDATE, DELETE Prioritization
Hi,
Is it possible to put priority on SELECT, INSERT, UPDATE, DELETE ?
what I would want to achive is to get SELECT statemets to run with a higer priority then UPDATE for example, (because on UPADATE I have triggers that take alot of CPU resources and the server response is slow for SELECT statemets)
If this is possible how should I do that or where I can find some documentation related to this?
Thank you,
Darius