Ask HN: Do you still engineer your SQL databases?

1 points by khaled_ismaeel ↗ HN
I have the the sense that the somewhat mathematical treatment of databases in relational form is decreasing in favor of the less structured NoSQL databases. I am not an expert in databases, but this feels like a hype that will be reversed some time in the near future.

What experience do you have in the topic?

1 comment

[ 3.4 ms ] story [ 12.7 ms ] thread
It depends...

Some problems are easily solved with flat files.

Others require some level of organization, so you migrate to a database. Some problems are easily solved with noSQL, others require sophisticated query patterns not easily solved with noSQL (exceptions being through the use of,e.g. Hadoop and all manner of code gymnastics).