Navjot Singh
04/19/2023, 6:51 PMScoped API Keys
In the documentation example of Scoped API Keys
it mentions using a field like accessible_to_user_ids
to every document in the collection
and then creating a key with an embedded filter like: filter_by: accessible_to_user_ids:=1
my question is: How large can this accessible_to_user_ids
field be before impacting performance?
As in how many users ids can you fit into that list before it’s a problem that impacts performance?
Doesn’t have to be an exact number but rough order of magnitude. 1000s, 10,000s, 100,000s, 1,000,000s?
Thanks!Jason Bosco
04/20/2023, 2:41 AM