Re: [PATCH v3 0/7] Add series support

2016-09-15 Thread Daniel Axtens
Hi again, > This series causes a > 2x jump in the number of SQL queries required to > display the front page. With my test of some emails from the patchwork > mailing list, it goes from 73 queries on master to 182 queries, and the > time spent in SQL also more than doubles. > > That's highly

Re: [PATCH v3 0/7] Add series support

2016-09-14 Thread Daniel Axtens
Hi Stephen, This series causes a > 2x jump in the number of SQL queries required to display the front page. With my test of some emails from the patchwork mailing list, it goes from 73 queries on master to 182 queries, and the time spent in SQL also more than doubles. That's highly problematic.

Re: [PATCH v3 0/7] Add series support

2016-09-14 Thread Andrew Donnellan
On 13/09/16 07:53, Stephen Finucane wrote: Add support for series. Series are groups of patches sent as one bundle. For example: It looks like patch 4 didn't hit the list. -- Andrew Donnellan OzLabs, ADL Canberra andrew.donnel...@au1.ibm.com IBM Australia Limited

[PATCH v3 0/7] Add series support

2016-09-12 Thread Stephen Finucane
Add support for series. Series are groups of patches sent as one bundle. For example: [PATCH 0/3] A cover letter [PATCH 1/3] The first patch [PATCH 2/3] The second patch [PATCH 3/3] The third patch The following features are currently provided: Parsing === * Creation