November 2014
Intermediate to advanced
808 pages
22h 47m
English
CHAPTER 13
![]()
NoSQL and BigData
Most applications use a relational database like Oracle, MySQL, or Postgresql; however there is more too data storage then just SQL databases. There are:
Although each of these different technologies (and even the different implementations) have their own use, they can also be hard to use or configure. Additionally, sometimes it might feel that one writes a lot of duplicated plumbing code for handling transactions and error translation. ...