You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increased HTTP client timeout in `Program.cs` from 30 seconds to 2 minutes to handle potentially slow queries on large datasets.
Optimized SQL queries in `LogRepo.cs` by adding the `FORCE INDEX` directive to utilize the `Deployment_Pod_TimeStamp_idx` composite index. This improves performance for `GROUP BY` and aggregate operations (`MAX()` and `COUNT()`) on large tables. Added comments to explain these changes.
0 commit comments