Articles filed in category 'Document Database'

  • You might have heard some things about NoSQL; how Google and Facebook are using non-relational databases to handle their load. And in most cases, this is where it stopped. NoSQL came about because scaling relational databases is somewhere between extremely hard to impossible.
  • Nowadays archiving, searching and processing the explosion of data generated in applications means coming up with nontraditional ways of dealing with the data. NoSQL solutions offer intriguing and unique ways of handling the volumes of data available to us. Additionally, 10Gen offers an open source distributed document-oriented solution called MongoDB.
  • Ben Coe argues that the NoSQL versus SQL debate is not absolute and shares his pragmatic experience using MongoDB for Attachments.me. He traces underlying trade-offs—schemaless, denormalized modeling, and developer-oriented design versus traditional SQL robustness and mature tooling—and demonstrates how MongoDB can fit real-world applications, including modeling a music store, executing complex queries, and scaling concerns. Coe cautions against overreliance on sharding,...See More
  • In this article Oren Eini highlights what he views as the standout additions in RavenDB 2.5—result transformers, scripted patching, SQL replication, unbounded streams, dynamic reporting, concurrent writes, and indexing optimizations—explaining how they enable richer server-side projections, safe large exports, easy migrations and RDBMS integration, faster writes and smarter indexing; overall he argues these features make RavenDB a more powerful, production-ready, “zero f...See More