Skip to content
Snippets Groups Projects
  1. Mar 17, 2025
  2. Mar 13, 2025
  3. Feb 25, 2025
  4. Feb 20, 2025
  5. Feb 19, 2025
  6. Feb 18, 2025
  7. Feb 17, 2025
  8. Feb 13, 2025
  9. Feb 05, 2025
    • Antoine Lambert's avatar
      cassandra: Improve snapshot_count_branches performance · 87ae723c
      Antoine Lambert authored
      It has been observed calling that method can lead to cassandra
      query timeout when a snapshot contains a large amount of branches.
      
      The performance bottleneck seems to be the use of a custom cassandra
      aggregate function computing the number of branches per target type.
      
      Removing the use of that function and performing the aggregation
      client side significantly improves query performance and makes
      the timeout issue goes away.
      
      Fixes #4719.
  10. Jan 14, 2025
  11. Dec 16, 2024
  12. Dec 11, 2024
  13. Nov 27, 2024
  14. Nov 26, 2024
  15. Nov 08, 2024
  16. Nov 05, 2024
    • vlorentz's avatar
      tests: Fix incorrect swh_storage fixture setups · 9d9d44c7
      vlorentz authored
      The storage returned by swh_storage() must be either the same as swh_storage_backend(), or
      be a chain of proxies to it. This allows tests to act on the backend using methods
      not available on proxies or the RPC
      9d9d44c7
  17. Oct 31, 2024
  18. Oct 30, 2024
  19. Oct 11, 2024
  20. Sep 25, 2024
  21. Aug 27, 2024
  22. Aug 09, 2024
  23. Jul 22, 2024
  24. Jul 08, 2024
  25. Jun 28, 2024
  26. Jun 06, 2024
Loading