hey everyone! I have a question about `Scoped API ...
# community-help
n
hey everyone! I have a question about
Scoped 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!
👀 1
j
I’ve seen users store 1000s of values in this field without any issues…