File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
source/content/pages/04-data Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -2030,7 +2030,10 @@ <h1>NoSQL Data Stores</h1>
20302030< li > Graph</ li >
20312031</ ol >
20322032< p > These persistent data storage representations are commonly used to augment,
2033- rather than completely replace, relational databases.</ p >
2033+ rather than completely replace, relational databases. The underlying
2034+ persistence type used by the NoSQL database often gives it different
2035+ performance characteristics than a relational database, with better results
2036+ on some types of read/writes and worse performance on others.</ p >
20342037< h2 > Key-value Pair</ h2 >
20352038< p > Key-value pair data stores are based
20362039on < a href ="http://en.wikipedia.org/wiki/Hash_table "> hash map</ a > data structures.</ p >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-12-07T15:57:28Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-12-08T12:07:42Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -49,7 +49,10 @@ <h1>NoSQL Data Stores</h1>
4949< li > Graph</ li >
5050</ ol >
5151< p > These persistent data storage representations are commonly used to augment,
52- rather than completely replace, relational databases.</ p >
52+ rather than completely replace, relational databases. The underlying
53+ persistence type used by the NoSQL database often gives it different
54+ performance characteristics than a relational database, with better results
55+ on some types of read/writes and worse performance on others.</ p >
5356< h2 > Key-value Pair</ h2 >
5457< p > Key-value pair data stores are based
5558on < a href ="http://en.wikipedia.org/wiki/Hash_table "> hash map</ a > data structures.</ p >
Original file line number Diff line number Diff line change @@ -27,7 +27,10 @@ storage representations.
27274 . Graph
2828
2929These persistent data storage representations are commonly used to augment,
30- rather than completely replace, relational databases.
30+ rather than completely replace, relational databases. The underlying
31+ persistence type used by the NoSQL database often gives it different
32+ performance characteristics than a relational database, with better results
33+ on some types of read/writes and worse performance on others.
3134
3235
3336## Key-value Pair
You can’t perform that action at this time.
0 commit comments