The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Continuing the discussion from How fast is searching for a specific value in a field (column)?:
I did a test to check in practice how searching for a single value using Airtable API scales with the number of rows and it turns out that there’s no prob...
I’m considering storing information about users in an Airtable table. One of the fields would contain a unique username. From my application, I would like to find the user that corresponds to a given username.
I think that the recommended approach wo...
Good point.
I tested a situation when you search for a single text value in a table. I measured how much time it takes to find it. I used Python’s airtable-python-wrapper package to communicate with Airtable API. The table had two text attributes/col...