4 Comments
User's avatar
Abhishek's avatar

What devs get wrong when moving from NoSQL to SQL (or vice versa), is that both require different ways to model schema.

SQL tends to perform well when dealing with a more normalised schema vs MongoDB isn’t really built to query normalised schema.

Expand full comment
Jedidiah May's avatar

Great summary.

Expand full comment
Talha Atif's avatar

That was a great explanation, especially how you linked the history with different iterations step by step. For storing vector embeddings, how does PostgreSQL compare with MongoDB ?

Expand full comment
Quang's avatar

Yes, both of them are use in different use cases.

Expand full comment