Sökning: "Robin Henricsson"

Hittade 1 uppsats innehållade orden Robin Henricsson.

  1. 1. Document Oriented NoSQL Databases : A comparison of performance in MongoDB and CouchDB using a Python interface

    Kandidat-uppsats, Blekinge Tekniska Högskola/Sektionen för datavetenskap och kommunikation

    Författare :Robin Henricsson; [2011]
    Nyckelord :MongoDB; CouchDB; Python; pymongo; couchdb-python; NoSQL; Document database; JSON; DBMS; Database;

    Sammanfattning : For quite some time relational databases, such as MySQL, Oracle and Microsoft SQL Server, have been used to store data for most applications. While they are indeed ACID compliant (meaning interrupted database transactions won't result in lost data or similar nasty surprises) and good at avoiding redundancy, they are difficult to scale horizontally (across multiple servers) and can be slow for certain tasks. LÄS MER