C
CHT
Guest
There should be a new compiler option that outputs index information on ALL static queries. Xref doesn't really satisfy this because it only shows query information for "cross-references". This means that for example if you have a Temp-Table in a class and have a method in this class with a query in it, no index-information will be put in the xref file, the same thing happens in a *.p file where the temp-table and the query are not in an internal procedure. A new compile option that outputs all possible query information would be hugely useful for all developers to find possible performance leaks.
Continue reading...
Continue reading...