Upgrade to Pro — share decks privately, control downloads, hide ads and more …

NoSql Database presentation

Avatar for Suchit Puri Suchit Puri
November 26, 2012

NoSql Database presentation

Avatar for Suchit Puri

Suchit Puri

November 26, 2012
Tweet

More Decks by Suchit Puri

Other Decks in Technology

Transcript

  1. 2000  Prof.  Eric  Brewer  ,  PoDC   conference  Keynote  

    “Off  three  properties  of  shared  data   system  ,  data  Consistency,  system   availability  and  tolerance  to  network   partitions  –  only  two  can  be  achieved  at   any  given  time”  
  2. Riak  DB,  an  Open  Source   Implementation  of  concepts  

    mentioned  in  Amazon  DynamoDB   paper
  3. A  document  is  just  a  hash       {

    "ʺ_id"ʺ  :  ObjectId("ʺ508d3d35421aa9e922000001"ʺ), "ʺfirst_name"ʺ  :  "ʺSarah"ʺ, "ʺmiddle_name"ʺ  :  "ʺLinc"ʺ, "ʺlast_name"ʺ  :  "ʺJohnsson"ʺ, "ʺemail"ʺ  :  "ʺ[email protected]"ʺ }
  4. Raised  A  bug  in   MongoDB   [MongoDB-­‐‑JIRA]  (CS-­‐‑3016)  Authentication

     Causes   Decreased  Performance  in  Channel4  Java  Application