yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37021
[Bug 1486435] [NEW] Inconsistent database indexes exist in mysql and other databases
Public bug reported:
A lot of database indexes are created for mysql in db migrating file
216_havana.py (see mysql_pre_indexes), and the part of indexes are added
in 271_sqlite_postgresql_indexes.py in order to keep the consistence
between mysql and other databases, but it still exists some different
indexes between mysql and other databases, like:
Index('instance_type_id', instance_type_projects.c.instance_type_id),
Index('address', fixed_ips.c.address), Index('instance_uuid',
instance_system_metadata.c.instance_uuid) and so on.
It cause an issue, the huge performance difference exists when we use
different type databases (for example: mysql, postgresql).
At least, we should keep the consistent indexes in all supported
databases.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1486435
Title:
Inconsistent database indexes exist in mysql and other databases
Status in OpenStack Compute (nova):
New
Bug description:
A lot of database indexes are created for mysql in db migrating file
216_havana.py (see mysql_pre_indexes), and the part of indexes are
added in 271_sqlite_postgresql_indexes.py in order to keep the
consistence between mysql and other databases, but it still exists
some different indexes between mysql and other databases, like:
Index('instance_type_id', instance_type_projects.c.instance_type_id),
Index('address', fixed_ips.c.address), Index('instance_uuid',
instance_system_metadata.c.instance_uuid) and so on.
It cause an issue, the huge performance difference exists when we use
different type databases (for example: mysql, postgresql).
At least, we should keep the consistent indexes in all supported
databases.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1486435/+subscriptions