Hi all,
I have a question regarding wether to use foreign keys or not.
In the performing tuning section of the times ten operations guide it is stated:
The declaration of a foreign key has no performance impact on SELECT
queries, ...
My question is, if anybody has any experience with this. Since the foreign key indexes need much memory (in our case much more than the table itself), we would rather avoid them if possible.
Thanks,
Thomas