|
|
|
Ask HN: Is anyone use Cloud based SQL databases anymore?
|
|
5 points
by RonnieOwnsLexus
1194 days ago
|
|
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 ? |
|
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.