Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Status Gathering interest
Categories Catalogs
Created by Guest
Created on Jan 13, 2022

Provide a way to get associations in batch

During investigating performance bottle necks of our catalog indexing we have found the need to get associations in batch to increase performance.

The IAssociationRepository interface contains methods to find associations between entities. However, the only API it has allows for only one content reference to be looked up.

To be able to batch load associations we request a batch interface for this repository, eg. IEnumerable<Association> GetAssociations(IEnumerable<ContentReference> contentLinks), so we can reduce the number of database roundtrips.

Best Regards / Jakob