Skip to content

Potential performance improvement #3

Description

@rsenden

The SyncHelper class currently queries the details for each individual FoD release in the processSyncedApplicationVersionsAndFoDReleases(final SyncData syncData, final BiConsumer<SyncData,JSONMap> consumer).

Potentially, for each page of SSC application versions that are mapped to FoD releases, we could load blocks of x releases, by using .../releases?filter=releaseId:294|295|releaseIdFromSSCVersion1|releaseIdFromSSCVersion2|..., and then map the array of results back to corresponding SSC application versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions