DEV Community

Discussion on: In RMDBS is join table bad for perfomance ?

Collapse
 
omarmuhtaseb profile image
Omar Muhtaseb

Everything the guys said is true but I don't know why none of them mentioned that maybe you can try another kind of databases for the chatting. I mean most people would use NoSQL database to represent your tables, have you consider that?

Collapse
 
hongduc profile image
Hong duc

ahh yes I do, but the chatting is build for an existing app, and we store all user info in Postgres already, I don't want to scatter data, so we just use what we have :)