Files
open-webui/backend/open_webui/models
Sihyeon Jang c45201a8a2 perf: fix N+1 query issue in get_prompts method
- Replace individual user queries with batch fetching
- Use single query to fetch all required users at once
- Implement O(1) user lookup with dictionary mapping
- Reduce query count from 1+N to 1+1 pattern

Signed-off-by: Sihyeon Jang <sihyeon.jang@navercorp.com>
2025-09-03 05:25:26 +09:00
..
2025-08-21 02:39:25 +04:00
2024-12-30 23:06:34 -08:00
2025-08-19 03:24:10 +04:00
2025-08-10 02:10:18 +04:00
2025-08-21 22:02:11 +04:00
2025-08-26 22:05:27 +04:00
2025-07-20 15:00:24 +04:00
2025-01-02 20:48:50 -08:00
2025-07-28 13:06:05 +04:00
2025-07-12 23:31:04 +04:00
2025-08-19 03:24:10 +04:00
2025-08-21 22:02:11 +04:00
2025-08-21 02:39:25 +04:00