Can I add and index to the FolderFolders table?
Hi
Activating the audit log I can see that FLD_INFO service use this type of querys:
SELECT * FROM FolderFolders WHERE (((LOWER(FolderFolders.fFolderGUID) = LOWER('45A6AF787D4920115737D8CF4BD14C3C'))))
When the FolderFolders table has a fewrecords there is no problem with "LOWER(FolderFolders.fFolderGUID)", but when there are many records, the query is very slow.
Can I add to the FolderFolders table a new index on "LOWER(fFolderGUID)" to improve the query time?
Could it be a problem?
Best regards