← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~jameinel/maas/nodes_perf into lp:maas

 

As an example of the performance improvement, on the 'nodes/' page with 10,000 nodes registered, I can load all 10,000 nodes and their mac addresses in 5s with prefetch enabled. Without it, the page takes something like minutes to finish. It was long enough that I just got an OOPS.

On a page with 100 nodes, it was 20ms vs 57ms. With 1000 nodes it was 150ms vs 530ms.

So while we want to do pagination, we still want to avoid doing a lookup per object.
-- 
https://code.launchpad.net/~jameinel/maas/nodes_perf/+merge/128878
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jameinel/maas/nodes_perf into lp:maas.


References