Hi guys
We are using Business Central On Premise. The fields that used to be on the item table are now spread across 8 different extensions using TableExtensions. We're hitting a weird performance issue when a user open up an item Card Page or List Page i took 8 seconds for the item list to appear. there is no flow fields
In SQL Trace its just showing Joins for all tables, we also did SQL Indexing.
Has anybody seen anything similar?
0
Answers
Our solution was to combine all table extension (if possible) into one extension, that helped the preforms a lot.
We were told that Microsoft are trying to rethink the way the data is fetch, but so far I haven't heard that anything has been changed (jet).