Project

General

Profile

Optimization #6176

Updated by Jeff Lucovsky about 2 years ago

With multi-tenancy configured and VLANs chosen as the selector, a linear scan of the vlan/tenant table is used to locate the tenant id. object. 

 This is o(n); an o(1) solution would be preferable.

Back