Bump gwtorm to 1.14 - solves the primary key column order bug
As described in [1], due to a gwtorm bug the primary key column
order for compound keys was wrong for some Gerrit database tables.
This causes poor performance for those SQL queries which rely
on using a prefix of the primary key column sequence in their
WHERE conditions.
NOTE: this change solves the problem for new Gerrit sites.
For existing Gerrit sites, created using Gerrit 2.6 or newer
we will need a migration (in the master branch) and a site
program (in older releases) in order to fix the primary keys.
[1] https://gerrit-review.googlesource.com/61092
Change-Id: Ibfaeeb4b54468608b28c3352fe128ee148e3c0b9
1 file changed