The NoSQL Revolution That Strengthened SQL
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.
Great summary.
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 ?
Yes, both of them are use in different use cases.
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.
Great summary.
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 ?
Yes, both of them are use in different use cases.