Instead of fetching them one-by-one, with the very high latency this entails.
This is preliminary work to make directory_ls less painfully slow.
Differential D6228
content_get: Fetch rows concurrently vlorentz on Sep 9 2021, 3:31 PM. Authored by
Details
Instead of fetching them one-by-one, with the very high latency this entails. This is preliminary work to make directory_ls less painfully slow.
Diff Detail
Event TimelineComment Actions Build has FAILED Patch application report for D6228 (id=22538)Rebasing onto 50fb54f212... Current branch diff-target is up to date. Changes applied before testcommit 680d12149bb4e6f2c6c824c4f2684f80cadba38f Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Sep 9 15:30:09 2021 +0200 content_get: Fetch rows concurrently Instead of fetching them one-by-one, with the very high latency this entails. This is preliminary work to make `directory_ls` less painfully slow. Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1399/ Comment Actions Build is green Patch application report for D6228 (id=22539)Rebasing onto 50fb54f212... Current branch diff-target is up to date. Changes applied before testcommit 0570a426efa5c89f85b407b5c3c53d6e9615cd06 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Sep 9 15:30:09 2021 +0200 content_get: Fetch rows concurrently Instead of fetching them one-by-one, with the very high latency this entails. This is preliminary work to make `directory_ls` less painfully slow. See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1400/ for more details. Comment Actions Conditionally accepted on whether the inconsistency between _execute_with_retries and _execute_many_with_retries is worth it.
|