0
I’m working on a standardized database. I recently refactored her structure (A) by renaming all existing PK and FK, because they had the names that are automatically generated.
When migrating data from another database (B) to this refactored (A), I am now having a very slow reading of some views, even though they have the same structure.
When analyzing the performance, I noticed that in the new database (A) are being read much more records than in the previous one, for exactly the same query. But I couldn’t understand why it happens.
Below the performance analysis print.
https://www.upscene.com/documentation/dbw3/index.html?fb_db_databasestatistics.htm Updated Statiscas ?
– Motta
Thanks for the help Motta, I had already tried but this had not solved.
– Fagner Antunes Dornelles