[ARVADOS] deleted: 2.1.0-2171-g1825273af
Git user
git at public.arvados.org
Tue Mar 29 18:45:16 UTC 2022
was 1825273afecc039a21c1da575a5f156e089b0478
-----------------------------------------------------------------------
1825273afecc039a21c1da575a5f156e089b0478 18903: rather than doing one database query for the entire period, query the database day by day. The logs table is often huge, and doing a date range query across it can become very expensive. Having keyset_list_all do it many times as it pages through the results amplifies the number of slow queries dramatically. Doing a day at a time is more efficient.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list