79084505

Date: 2024-10-14 01:41:01
Score: 0.5
Natty:
Report link

Another approach that allows group messaging too, and also using another parent table for chat sessions which may allow faster filtering:

Chats
-ChatId

ChatUsers
-ChatUserId
-ChatId(FK)
-UserId(FK)

ChatMessages
-ChatMessageId
-ChatUserId(FK)
-Msg
-Date and other meta
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ErTR