|
|
|
|
|
by pnathan
2907 days ago
|
|
There aren't very many DBAs practicing in modern shops and devs don't seem to be too into SQL and delivering excellent SQL queries and schemas. It's its own skillset. I would also call out the NoSQL hype train here. NoSQL has its place, and largely its place is when SQL can not tolerate the intensity of traffic or the size of the dataset. You can look at the Dynamo paper for an example of the engineering rationale. Postgres can take enormous amounts of data at quite decent rates - without spending too much time on tuning even. |
|
also, its nice to plop json, avro, csvs, parquet, or what ever data in storage and just query/join/analyze it. no need to put the story on hold because you are waiting for the oracle dba to increase space again.