[Pkg-debile-commits] [debile-master] 86/126: add more index bits

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch scan-build-html
in repository debile-master.

commit d3fe2d923177f0f53c96e6549be377ef984e0490
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Wed Jun 12 22:09:34 2013 -0400

    add more index bits
---
 scripts/create-index.js |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/scripts/create-index.js b/scripts/create-index.js
index e512ba7..74cb641 100755
--- a/scripts/create-index.js
+++ b/scripts/create-index.js
@@ -29,6 +29,14 @@ db.reports.ensureIndex({"package": 1});
 db.reports.ensureIndex({"package": -1});
 db.sources.ensureIndex({"owner": 1});
 db.sources.ensureIndex({"owner": -1});
+db.sources.ensureIndex({"group": 1});
+db.sources.ensureIndex({"group": -1});
+db.sources.ensureIndex({"updated_at": 1});
+db.sources.ensureIndex({"updated_at": -1});
+db.sources.ensureIndex({"group": 1, "updated_at": 1});
+db.sources.ensureIndex({"group": 1, "updated_at": -1});
+db.sources.ensureIndex({"group": -1, "updated_at": 1});
+db.sources.ensureIndex({"group": -1, "updated_at": -1});
 db.reports.ensureIndex({"package": -1});
 db.reports.ensureIndex({"package": 1});
 db.binaries.ensureIndex({"source": 1});

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list