cloudstack/setup
Will Stevens ccf2265460 Merge pull request #1466 from nvazquez/graldboptimization
CLOUDSTACK-9340: General DB Optimization## Description
In some production environments there were being experimented delays in most of the jobs. A search for DB optimization was taken and some deficiencies were discovered, we can group them in 4 groups:
* Incorrect PRIMARY key
* Duplicate PRIMARY KEY
* Missing indexes (Add indexes to avoid full table scans)
* Some views query (Change view to improve account retrieval speed)

* pr/1466:
  CLOUDSTACK-9340: General DB Optimization

Signed-off-by: Will Stevens <williamstevens@gmail.com>
2016-05-10 23:57:39 -04:00
..
bindir CLOUDSTACK-8818: Use MySQL native connector with Python 2016-05-04 23:28:52 +02:00
db CLOUDSTACK-9340: General DB Optimization 2016-05-04 09:13:17 -07:00
dev travis: Fix simulator tests and optimize default global configs 2016-04-07 02:19:52 +05:30