Make Bugzilla's chunk size configurable

Open
#150 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
api, backend

Research direction

Start by locating the Bugzilla retrieval entry point and the code that currently uses a chunk size of 100. Determine how a caller could provide a configurable value while preserving the existing default, then verify that both many-field and subset-of-fields retrieval use the selected size.

Written by the indexing model from the issue text.

Description

When retrieving many fields, it makes sense to have 100 as the chunk size. When you are retrieving a subset of fields (e.g. only the ID), a larger chunk size would be better.

Dominant language
Python
Stars
12
Forks
19
Avg merge
1d 17h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mozilla/libmozdata

All issues in mozilla/libmozdata

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.