Hi,
On Fri, Jul 29, 2022 at 11:18:45PM +0800, Di Chen wrote:
> Re-pushed for fixing run-backtrace-core-sparc.sh failure which resulted
> from some wrong register number.
Thanks. Good the try check caught that copy/paste issue, I would have
probably missed it on review.
> On Fri, Jul 29, 2022 at
Hi -
> Create indexes on _r_de and _f_de tables
> to speed up delete operations called by groom() function.
> Primary keys of those tables are optimalized to search rows
> by buildids so delete by file and mtime attributes
> has to scan the whole table. [...]
By the way, another possible approach