Skip to content

CE-2384: Improve Record fetch speed

Imre Toth requested to merge CE-2384_Improve_Record_fetch_speed into develop

Reason for slow response for fetching record was that the host ID's were resolved by calling the CSentry for every record. This fetch has been removed, and created a new endpoint under Host controller to be able to resolve host info by fqdn.

Merge request reports