Add now compiler option to output index information on all static queries

  • Thread starter Thread starter CHT
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top