Lets look at the top 10 reasons you should consider using NoSQL with MySQL:

  • MySQL cares about your data ! NoSQL full ACID compliant
  • CRUD operations (SQL is not mandatory anymore)
  • Schemaless
  • Documents can have the benefit of Data Integrity
  • Allows SQL (very important for analytics)
  • Eliminate16MB limitation for Document
  • Simple query syntax
  • Security
  • Simplify your DB infrastructure
  • MySQL DBAs already knows how to manage/tune/scale MySQL