This presentation discusses the limitations of relational database management systems (RDBMS) in handling large datasets and introduces NoSQL databases as an alternative. It begins by defining RDBMS and describing issues with scaling RDBMS to big data through techniques like master-slave architecture and sharding. It then defines NoSQL databases, explaining why they emerged and classifying them into key-value, columnar, document, and graph models. The presentation concludes that both RDBMS and NoSQL databases have advantages, suggesting a polyglot approach is optimal to handle different data storage needs.