cloudstack/server
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
..
conf Improve global settings UI to be more intuitive/logical (#5797) 2023-01-31 11:23:43 +01:00
src server: fix full table scanning for listHosts API 2024-05-22 20:22:38 +05:30
pom.xml Update version to 4.18.1.1 (#417) 2024-04-08 09:27:57 -06:00