symbols vs strings for linked columns

Hello,

I have a column of ids in a large table. I don’t want to use symbols for these ids as it will end up polluting the sym file everyday and ultimately affect performance.

I also have linked columns to this column from other tables. What is the difference in performance by using strings vs symbols here? (since in both cases, we enumerate the ids column in other tables)

thanks for you help :)