Posts Tagged odbms
Reporting In NoSQL
Posted by gamlerhart in software-development on February 6, 2010
Rob Conery, creator of SubSonic, states his opinion about reporting in NoSQL database: Use the right tool for the right job. Consider splitting up your data in ‘domain-data’ and ‘reporting-data’. The domain-data is kept databases which fits best, like a document-store, object-database etc. The data for the reporting stored separately. So it’s a separation of data concerns. First [...]
Read complete post