Nem igazán ismerem a NoSQL rendszereket, de a hype-ot látom körülöttük. Nekik, akik szerint mindenre ez lesz majd (újra) a megoldás, nemrég megjelent egy összehasonlítás Postgres és a MongoDB között:
EDB found that Postgres outperforms MongoDB in selecting, loading and inserting complex document data in key workloads involving 50 million records:
- Ingestion of high volumes of data was approximately 2.1 times faster in Postgres
- MongoDB consumed 33% more the disk space
- Data inserts took almost 3 times longer in MongoDB
- Data selection took more than 2.5 times longer in MongoDB than in Postgres