dwyl / how-to-choose-a-database

How to choose the right dabase
97 stars 11 forks source link

Is this a little NoSQL Biased? #5

Open pscott-au opened 8 years ago

pscott-au commented 8 years ago

I don't see many cases when an RDBMS is supported in this article :) There is no discussion about referential integrity, transactional support, code in the DB, perfomance, benchmarks, integration, skillset availability, DB tuning, onsite storage, domain specific functionality ( PostGIS etc ). If truly aiming to provide an architect with guidance on what to consider when selecting a storage platform I think perhaps we can do better than this. What are the key decision parameters and tradeoffs?

nelsonic commented 8 years ago

@pscott-au good question! possibly... RDBMS are great in the "right" use-case. We LOVE the "organised-ness" if SQL! relates to: https://github.com/dwyl/how-to-chose-a-database/issues/3