I'm working on a standardized database. I recently refacted her (A) structure by renaming all existing PKs and FKs, because they had the names that are automatically generated. When migrating data from another base (B) to this refactor (A), I'm now having a very slow reading of some views, even though they have the same structure. Home When analyzing the performance, I noticed that in the new base (A) much more records are being read than in the previous one, for exactly the same query. But I could not understand why this happens. Home Below is the performance analysis print.