yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19478
[Bug 1361190] [NEW] Too huge space reserved for tenant_id in the database
Public bug reported:
Keystone defines the project/user/domain IDs as varchar(64), but neutron
uses varchar(255) on every resources.
But the tenant id actually generated by keystone is 32 character.
Please change to the tenant id lengths to <=64 >=32.
The record size has impact on the memory usage and to the db/disk
caching efficiency.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1361190
Title:
Too huge space reserved for tenant_id in the database
Status in OpenStack Neutron (virtual network service):
New
Bug description:
Keystone defines the project/user/domain IDs as varchar(64), but
neutron uses varchar(255) on every resources.
But the tenant id actually generated by keystone is 32 character.
Please change to the tenant id lengths to <=64 >=32.
The record size has impact on the memory usage and to the db/disk
caching efficiency.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1361190/+subscriptions
Follow ups
References