Our Scripts Vault contains many game scripts that you can use to create your own game!
the result set would be limited to the size of the smaller table.
The "best" solution would probably be to create a view of the join that you would need to perform every time you access the second table. In that way, it's performance would be the same as for a standard query.
You mean the performance of standard query of the big table? The whole point is the big table query is too slow, I want it faster. That's why I though of making a new small table and use only it (at the moment there is only 1 big table used for everything, but in many tasks I would need only a tiny portion of it)...The size difference between big and small table is 50-100 times. It is a really huge difference.
- big table is 50-100 times bigger than small one- every single time I query small table I would also need many fields from big one