I’m importing data and Airtable determines that one field should be single select. This is totally fine but I’m wondering if it would be better to store the selections in a separate table and use a lookup.
Is there a performance or size benefit to keeping all the possible choices for this column in a lookup table vs the single select options in the same table? So far, the largest number of choices from my data is 13 but there could be more.
Let’s say I’m importing 8 data sets into new tables, each with a column that could be single select. The single select values would be unique for each table. Would it be worth the effort to populate the values from that column for all 8 tables into a separate lookups table? This raises the question of how to link that column or use a lookup after importing. Is there a programmatic way to do a lookup with a formula?
