Files
open-webui-ai4me/backend/open_webui
Classic298andClaude 32cfb5788a perf(chats): select only meta column in get_chat_tags_by_id_and_user_id (#23798)
Avoid loading the full Chat row (including the potentially large `chat`
JSON column) just to read tag IDs from `meta.tags`. Issue a narrow
SELECT on `Chat.meta` instead, which is much cheaper for chats with
large message histories.

Co-authored-by: Claude <noreply@anthropic.com>
2026-04-17 12:35:58 +09:00
..
2026-04-17 11:27:58 +09:00
2026-04-17 10:16:32 +09:00
2026-04-17 11:54:19 +09:00
2026-03-23 23:39:52 -05:00
2026-04-12 19:08:30 -05:00
2026-03-17 17:58:01 -05:00
2026-04-17 12:25:43 +09:00
2026-03-24 15:41:26 -05:00
2026-04-14 17:27:31 -05:00
2026-04-17 11:27:58 +09:00
2026-04-12 14:22:11 -05:00
2026-03-17 17:58:01 -05:00