What's best to choose - NoSQL or SQL - for a large chat application?
So here is the situation, I'm working on a chat application (internal chat application) with abilities to handle too many messages and maybe scale it further. What I'm working on is User with multiple private channels (chat rooms one to one), and cre...