yangdx 687ccd4923 fix: optimize MongoDB aggregation pipeline to prevent memory limit errors
- Move $limit operation early in pipeline for "*" queries to reduce memory usage
- Remove memory-intensive $sort operation for large dataset queries
- Add fallback mechanism for memory limit errors with simple query
- Implement additional safety checks to enforce max_nodes limit
- Improve error handling and logging for memory-related issues
2025-06-26 14:37:04 +08:00
..
2025-06-26 01:00:54 +08:00
2025-06-19 14:16:24 +08:00
2025-02-20 15:09:43 +01:00
2025-06-25 12:39:57 +08:00
2025-02-15 22:37:12 +01:00
2025-06-26 01:00:54 +08:00
2025-02-15 22:37:12 +01:00
2025-02-15 22:37:12 +01:00
2025-06-09 18:52:34 +08:00