InterviewSolution
Saved Bookmarks
| 1. |
________ systems are scale-out file-based (HDD) systems moving to more uses of memory in the nodes.(a) NoSQL(b) NewSQL(c) SQL(d) All of the mentionedThe question was posed to me in semester exam.My doubt is from Scaling out in Hadoop topic in section Mapreduce of Hadoop |
|
Answer» CORRECT OPTION is (a) NoSQL The EXPLANATION: NoSQL systems make the most sense WHENEVER the application is based on data with varying data types and the data can be stored in key-value NOTATION. |
|