Skip to content

Resolve "Investigate script performance"

Manuel Grabowski requested to merge 2-investigate-script-performance-2 into main

Closes #2 (closed)

  • Keyset pagination is considered more performant
  • Increasing the page size from default (20) to 100 can reduce the required API requests to retrieve all elements of a list
  • iterator is the preferred approach to iterate over large data sets

See https://python-gitlab.readthedocs.io/en/stable/api-usage.html#pagination

Edited by Manuel Grabowski

Merge request reports