Comment by kpil

9 years ago

Why? Because you think sql is not good or because you think there are better relational databases?

I'd say that Oracle delivers quite much value for your money for many applications.

I have worked with all other relevant relational databases and also with a few nosql databases, in distributed systems and monoliths.

It's hard to make a recommendation that can be applied generically. The best answer is "It depends, and it's complicated"

One thing is sure. Nosql is not the future (quite the opposite) although sometimes -in rather special circumstances- the right solution. Graph databases are perhaps more interesting, and perhaps event sourcing, but the promises are way larger than the deliveries.

Edit. I forgot the obvious reason. You try to stay clear of the Dark Side.

Know any graph databases that you like? I recently tried arangodb and it consumes a crazy amount of memory for even a relatively small dataset (several million ~20 character strings)

  • Try Postgres. I'm serious. For a dataset that should easily fit in memory, doing graph queries CTE's in Postgres can work very well.

It's mostly because of the money. Relational is still a great type of database and I'm sure Oracle is great. But I haven't worked with many companies that could afford Oracle very easily if at all.

I also wouldn't make a generic database recommendation :)

  • Not necessarily a choice, but everywhere I've ever worked used Oracle. Including my last 2 <500-person Valley-based tech companies I've been employed at used it.

    For all its drawbacks (and I'm not a DBA or developer) at least I don't have to participate in HN threads where people discuss the 10 buzzwordy-DB-but-not-a-DB trends-of-the-week to migrate your data to.. which will all be forgotten next week :)