Actions
Feature proposal #7416
closedImproved getPrivacy API with prefetching
Description
Currently when parsing a list of rows for privacy it queries for the privacy rules of each user 1 by 1. Improve getPrivacy so it can support accepting an array of user ids to allow prefetching the privacy rules in 1 query to improved performance.
Actions