What are some of the common features of NoSQL?

 Posted by Niladri.Biswas on 12/11/2012 | Category: Others Interview questions | Views: 2340 | Points: 40
Answer:

a) Easy to use in conventional load-balanced clusters

b) Persistent data (not just caches)

c) Scale to available memory

d) Have no fixed schema and allow schema migration without downtime

e) Have individual query systems rather than using a standard query language

f) Are ACID within a node of the cluster and eventually consistent across the cluster


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response