Comment 0 for bug 1421089

Revision history for this message
shihanzhang (shihanzhang) wrote :

Now there is not any index for port DB sqlalchemy, but for nova bulk create VM, it frequently select port according to 'tenant_id','network_id' ,'device_id', if no index, it will consume much time in db operation, so I think it is better to add index for
port 'tenant_id','network_id' ,'device_id'