gitdataai/libs/room/src
ZhenYi 5776af18ca perf: sequence generation Redis-only + session MGET batch
service.rs: Replace per-message Lua+DB seq with simple INCR, only
reconcile DB every 1000 messages (99.9% queries eliminated).

storage.rs: Replace N+1 GET loop with single MGET for both
get_user_sessions and get_workspace_sessions (N+1 → 2 roundtrips).
2026-04-24 00:04:27 +08:00
..
ai.rs feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
category.rs init 2026-04-15 09:08:09 +08:00
connection.rs feat(room): implement typing indicator broadcast with Redis 10s TTL 2026-04-24 00:04:09 +08:00
draft_and_history.rs fix(room): fix scrolling lag, N+1 queries, and multiple WS token requests 2026-04-17 21:08:40 +08:00
error.rs init 2026-04-15 09:08:09 +08:00
helpers.rs feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
lib.rs feat(room): update room lib (connection, helpers, member, message, notification, reaction, room, search, service, types) 2026-04-20 15:45:18 +08:00
member.rs refactor(room): migrate from slog to tracing + upgrade metrics to 0.22 2026-04-21 22:28:52 +08:00
message.rs refactor(room): migrate from slog to tracing + upgrade metrics to 0.22 2026-04-21 22:28:52 +08:00
metrics.rs feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
notification.rs feat(room): update room lib (connection, helpers, member, message, notification, reaction, room, search, service, types) 2026-04-20 15:45:18 +08:00
pin.rs init 2026-04-15 09:08:09 +08:00
reaction.rs feat(room): add attachment_ids to messages, pass AppConfig, increase max_tool_depth to 1000 2026-04-20 19:32:22 +08:00
room_ai_queue.rs refactor(room): migrate from slog to tracing + upgrade metrics to 0.22 2026-04-21 22:28:52 +08:00
room.rs refactor(room): migrate from slog to tracing + upgrade metrics to 0.22 2026-04-21 22:28:52 +08:00
search.rs feat(room): read model_id in search results, register m20260420_000003 migration 2026-04-20 16:08:35 +08:00
service.rs perf: sequence generation Redis-only + session MGET batch 2026-04-24 00:04:27 +08:00
thread.rs init 2026-04-15 09:08:09 +08:00
types.rs feat(room): add TypingEvent type and TypingStart/TypingStop event variants 2026-04-24 00:04:01 +08:00
ws_context.rs init 2026-04-15 09:08:09 +08:00