Suppose there is a global table with a large number of rows and columns. For example, say it has 10,000 rows and 100 columns.
Which is more advantageous in terms of performance: referencing this in one table, or referencing 100 tables with 100 rows and 100 columns each?
Are there any disadvantages to having too many global tables?