Essays about: "couchdb-python"

Found 1 essay containing the word couchdb-python.

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

    University essay from Blekinge Tekniska Högskola/Sektionen för datavetenskap och kommunikation

    Author : Robin Henricsson; [2011]
    Keywords : MongoDB; CouchDB; Python; pymongo; couchdb-python; NoSQL; Document database; JSON; DBMS; Database;

    Abstract : 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. READ MORE