How to manage big data(ビッグデータの扱い方) | Server OS Cafe

Server OS Cafe

Server OSの紹介等

I'm trying MongoDB,a kind of NoSQL databases now,because we will manage big data some day.NoSQL databases have highly parallelizable instead of a fixed schema and consistency as Releational databases.But NoSQL databases don't have ACID and we must juggle Relational databases and NoSQL databases by purpose.

将来ビッグデータを扱う機会もあろうかとNoSQLの一種であるMongoDBを試しています。NoSQLはリレーショナルデータベースの様な固定的なスキーマと一貫性を持たない代わりに並列処理の能力が高くなっています。ただしデータの一貫性が保証されない為、どこにでも使ってもいいわけではなく、用途に応じてリレーショナルデータベースと使い分ける必要があります。

Server OS Cafe-MongoDB