Ask HN: Is anyone use Cloud based SQL databases anymore?
Almost all of greenfield projects that I see in my team are using nosql.
The senior developers and architects I interact with often making a case that the simplicity of no schema and the lack of complexity in designing a relation schema. Even when the tradeoff are called out (lack of complex joins and more cost).
So I am curious if that is the slowly becoming the industry norm or now?
Is anyone using nosql databases in the cloud any more ? If yes then what for what use case ?
6 comments
[ 3.1 ms ] story [ 27.2 ms ] thread[1] https://chrome.google.com/webstore/detail/autotype-free-text...
My experience is that NoSQL databases are used in last resort situations: you _need_ Cassandra, etcd, ElasticSearch for XYZ reason, as a dependency to another distributed system. But I haven't seen anyone suggest actually using stuff like MongoDB and the likes.