emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43826: closed (cuirass: build query is too slow.)


From: GNU bug Tracking System
Subject: bug#43826: closed (cuirass: build query is too slow.)
Date: Wed, 07 Oct 2020 11:53:02 +0000

Your message dated Wed, 07 Oct 2020 13:52:02 +0200
with message-id <87r1qai78d.fsf@gnu.org>
and subject line Re: bug#43826: cuirass: build query is too slow.
has caused the debbugs.gnu.org bug report #43826,
regarding cuirass: build query is too slow.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43826: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43826
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: cuirass: build query is too slow. Date: Tue, 06 Oct 2020 14:46:56 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

When "db-get-builds" is called with a limit set to N, at least ~2N
queries are executed. First the main query returns the build list, then
build outputs and build products are searched.

All of this should be combined in a unique query to minimize
overhead. The limit should also by restricted to at most 1000 builds for
instance.

Thanks,

Mathieu



--- End Message ---
--- Begin Message --- Subject: Re: bug#43826: cuirass: build query is too slow. Date: Wed, 07 Oct 2020 13:52:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
> All of this should be combined in a unique query to minimize
> overhead. The limit should also by restricted to at most 1000 builds for
> instance.

Fixed with cb2c4e3d8f7eda187adf6da1fc35aef838c49828.

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]