Current Problem
Currently TraceIdentifier column is present in ExceptionLogs and RequestTraces table. This column is varchar column which has a unique GUID, so the problem comes when we try to fetch records based on TraceIdentifier. Fetching records based on a varchar column is giving performance issue. Please find attachments:-


Desired Solution
Can you please provide TraceId column in ExceptionLogs table instead of TraceIdentifier column