Use a UNION query instead of a multitude of left outer joins for performance reasons.
Fixes #159
This commit is contained in:
parent
03e1636ff2
commit
5f1d23c6e8
3 changed files with 24 additions and 15 deletions
|
@ -56,7 +56,6 @@ oslo.serialization==1.5.0
|
|||
oslo.utils==1.5.0
|
||||
paramiko==1.15.2
|
||||
pbr==0.11.0
|
||||
peewee==2.6.0
|
||||
prettytable==0.7.2
|
||||
psutil==2.2.1
|
||||
psycopg2==2.6
|
||||
|
@ -95,6 +94,7 @@ git+https://github.com/DevTable/pygithub.git
|
|||
git+https://github.com/DevTable/container-cloud-config.git
|
||||
git+https://github.com/DevTable/python-etcd.git@sslfix
|
||||
git+https://github.com/NateFerrero/oauth2lib.git
|
||||
git+https://github.com/coreos/peewee.git
|
||||
git+https://github.com/coreos/py-bitbucket.git
|
||||
git+https://github.com/coreos/pyapi-gitlab.git
|
||||
git+https://github.com/coreos/mockldap.git
|
Reference in a new issue