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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111
111
- Corrected `worker` service configuration (moved environment variables from healthcheck block and fixed `SERVICE_NAME`).
112
112
-**Protocol Mismatch**: clarified requirement for `http` protocol in DSN when targeting local instances without SSL.
113
113
- Admin chart missing metrics and live tail search filtering
114
+
115
+
### Optimized
116
+
117
+
-**Dashboard Performance**: implemented a multi-engine intelligent optimization strategy that makes project dashboards instant even with millions of logs.
118
+
-**TimescaleDB Skip-Scan**: implemented Recursive CTEs for `distinct` queries, reducing execution time from minutes to milliseconds on high-cardinality fields like `service`.
119
+
-**Intelligent Volume Estimation**: all engines now support `countEstimate`, allowing the dashboard to bypass heavy operations on high-volume projects.
120
+
-**MongoDB Protection**: added safe timeouts and fallback logic for count operations on massive collections.
114
121
- Golden signals: pass serviceName + attributes filter, parallelize fetches
0 commit comments