comparison LICENSE.md @ 4753:30a1b3fdd713

db: add indices where queries takes more than 100 ms CREATE INDEX cc_pull_request_id_idx ON changeset_comments USING btree (pull_request_id); CREATE INDEX cs_changeset_comment_id_idx ON changeset_statuses USING btree (changeset_comment_id); CREATE INDEX cs_pull_request_id_idx ON changeset_statuses USING btree (pull_request_id); CREATE INDEX pr_org_repo_id_idx ON pull_requests USING btree (org_repo_id); CREATE INDEX pr_other_repo_id_idx ON pull_requests USING btree (other_repo_id);
author Mads Kiilerich <madski@unity3d.com>
date Tue, 06 Jan 2015 00:54:36 +0100
parents 4ce49d57765b
children 21fdc69bd446
comparison
equal deleted inserted replaced
4752:ad374c171656 4753:30a1b3fdd713