anyone know if there's a way to limit resources per connection if the server is busy? e.g. Users A,B,C all want to run resource intensive things at the same time. Can I limit them to user each 25% of the cpu/mem, only if the server is busy? Can I
do this without having to create 3 pools? Right now if someone does a long query it will freeze other users connections.
↧