Hello, all
I have the following question:
Does KEY JOIN perform better then a regular JOIN on 2 tables with ON clause?
And also, will existence of foreign key between the 2 tables provide a performance boost on a regular JOIN ... ON ?
I am currently working on version 16 and I am considering adding foreign keys to some of the tables to improve performance (not needing them for anything else).