Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-10962

Speed up listing artist's releases

XMLWordPrintable

      From MBS-10939:

      On at least 6/22, 6/29, and 7/6, we've had load issues on floyd due to some app that's been requesting every VA release via the the web service. Here's an example of one such query, directly from the nginx logs:

      https://musicbrainz.org/ws/2/release?artist=89ad4ac3-39f7-470e-963a-56509c546377&inc=genres+recordings+url-rels+release-groups&limit=100&offset=110600&fmt=json

      Our method of pagination, which maps the limit/offset parameters here nearly directly to LIMIT/OFFSET in SQL, is known to be slow, especially with high offsets. But Data::Release::find_by_artist seems to be especially slow due to it having to sort the results by release date and country name.

      [...]

      Longer-term we'll need to add appropriate materialized tables and indexes to allow fast pagination and sorting here.

            bitmap Michael Wiencek
            yvanzo yvanzo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                Version Package
                Schema change, 2021 Q2