I have a question about the Entity Framework.
Here in the company where I work, the tables are generated in the database without any relationship, until the fields that will be foreign keys are created, the whole relationship is done by EDMX in the Entity Framework.
The version we just migrated is 5 and the database is MySQL.
From what I read, MySQL creates the indexes but for this it needs the FK, and since we just create the tables without relating anything, I think this will make the system heavier.