Bug 726048
Summary: | Change DB & BE from decimal to float or int | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Eli Mesika <emesika> |
Component: | ovirt-engine-core | Assignee: | lpeer <lpeer> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | acathrow, dyasny, iheim, lhornyak, lpeer, mgoldboi, Rhev-m-bugs, yeylon, ykaul |
Target Milestone: | --- | Keywords: | CodeChange, Improvement |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | infra | ||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-12-11 06:41:26 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Eli Mesika
2011-07-27 12:20:37 UTC
This reduces some IO and could be a nice performance gain on the insert performance, especially on the tables with multiple decimal fields. Decimal(18) takes more space than int 4, but of course its precision is bigger as well. For read performance: no, or minor performance gains. Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug. |