]> git.ipfire.org Git - people/stevee/pakfire.git/commit
Cleanup database and add indexes.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Jul 2013 00:15:38 +0000 (02:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Jul 2013 00:15:38 +0000 (02:15 +0200)
commit87da3448de427881678ff4de670dd77ce3fbcd5a
tree23c709fe38bdbe47af9993c26e9fe23fafaf8cc1
parentc5b58985842fd347e7b51e993f6d51ef2e804430
Cleanup database and add indexes.

Trying to speed up the database of installed packages, by adding
indexes and moving big data from the packages table into an extra
dependencies table.
python/pakfire/constants.py
python/pakfire/packages/installed.py
python/pakfire/repository/database.py