Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. - Data is not relational
  2.  
  3. - SQL DB with ACID compliance is hard to scale
  4.  
  5. - Data model is not inherently graphical
  6.  
  7. - Most of the DB queries would be around slug
  8.  
  9. - It is faster to read from a key-value store due to limited
  10.  
  11. - Analytics will be taken care of separately
  12.  
  13. - The clustered mode will be easy to scale
  14.  
  15. - Scalable
  16.  
  17. - Queries from various fields of a document are supported
  18.  
  19. - Data is not nested
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement