Files
open-webui-ai4me/backend/open_webui/routers
Sihyeon Jang 6ae6cc9741 perf: optimize get_notes_by_user_id to reduce database queries
- Replace inefficient memory-based filtering with database-level filtering
- Add proper access control conditions to SQL query
- Reduce memory usage by filtering at database level instead of loading all notes
- Maintain access control validation with post-filtering for complex cases

This change significantly improves performance for users with many notes
by reducing the number of database queries and memory usage.

Signed-off-by: Sihyeon Jang <sihyeon.jang@navercorp.com>
2025-09-20 06:33:24 +09:00
..
2025-09-17 10:46:11 -05:00
2025-09-08 18:17:11 +04:00
2025-09-17 00:49:44 -05:00
2025-09-16 10:40:15 -05:00
2025-08-18 20:53:46 +04:00
2025-07-21 22:17:08 +03:00
2025-09-17 11:28:04 -05:00
2025-09-16 16:15:52 -05:00
2025-09-02 19:16:02 +02:00
2025-07-20 15:00:24 +04:00
2025-09-17 00:49:44 -05:00
2025-09-09 18:19:31 +04:00
2025-09-19 00:10:48 -05:00
2025-05-15 12:58:44 +04:00
2025-09-17 11:28:04 -05:00
2025-08-06 14:27:07 +04:00
2025-08-27 03:07:21 +04:00
2025-09-16 21:41:47 -05:00