cloudstack/server/src
Rohit Yadav 35462dc96d server: fix full table scanning for listHosts API
The type parameter isn't keyword, but a simple listHosts API call with
type=Routing, runs SELECT COUNT(*) FROM host WHERE host.type LIKE
'%Routing'  AND host.removed IS NULL; ... which causes an unnecessary
full table scan.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2024-05-22 20:22:38 +05:30
..
main server: fix full table scanning for listHosts API 2024-05-22 20:22:38 +05:30
test Fix exceeding of resource limits with powerflex (#443) 2024-05-08 20:54:54 +05:30