Databases in 2021: A Year in Review
91–100 of 136 posts
Re: Databases in 2021: A Year in Review
#92I'm just surprised that in 2021 BigQuery isn't more popular. I thought it would be top 10 by now, I moved to GCP because of it but feel like I'm the only one.
Re: Databases in 2021: A Year in Review
#93Postgress is amazing, however I work with SAP HANA every day and I gotta say this thing is completely insane.
Re: Databases in 2021: A Year in Review
#94Nice collection of open source databases: https://codeberg.org/yarmo/delightful-databases
Re: Databases in 2021: A Year in Review
#95The author is a professor at CMU who specializes in databases: https://www.cs.cmu.edu/~pavlo/ Not completely related, but his lectures on databases on YouTube are really good. Much better than the DB class I had at college.
A great way to learn more about the inner workings of databases, and entertaining too.
Another choice quote (from one of his lectures):
“There’s only two things I care about in life:
1. My wife
2. Databases
I don’t give a f#ck about anything else”
Re: Databases in 2021: A Year in Review
#96Databases in 2030: SQL DB finally succumbs to Graph DB as #1 Does anyone else feel like a caveman when modeling a many to many relationship in a normalized schema, and then querying via SQL? I’m surprised graph DBs aren’t more popular for this reason alone. Maybe it’s a far fetched dream, but perhaps a graph frontend can be slapped onto the Postgres backend.
Either way, that’s not happening.
Re: Databases in 2021: A Year in Review
#97I expected more mentions of Vitess, which honestly looks like some kind of alien black magic from what I saw while consulting for a client this year. But I guess not much else happened to it other than PlanetScale.
All major companies are moving to Vitess. The battle is over. No one at scale uses Postgres.
Re: Databases in 2021: A Year in Review
#98Re: Databases in 2021: A Year in Review
#991. Async replication tolerating data loss from slightly stale backup after a failover?
2. Sync replication tolerating downtime during manual failover?
3. Distributed consensus protocol for automated failover, high availability and no data loss, e.g. Viewstamped Replication, Paxos or Raft?
It seems like most managed service versions of databases such as Aurora, Timescale etc. are all doing option 3, but the open-source alternatives otherwise are still options 1 and 2?
Re: Databases in 2021: A Year in Review
#100Earlier quoted context omitted.
Couple of points: 1. Ottertune doesn't sell PostgreSQL services, they sell a database optimization service that happens to support PostgreSQL (and other databases like MySQL) 2. PostgreSQL is definitely gaining market shares and fast, see the db-engine graph [1], you can compare it to the oracle trend if you are not convinced [2] [1] https://db-engines.com/en/ranking_trend/system/PostgreSQL [2] https://db-engines.com…
they sell a database optimization service that happens to support PostgreSQL (and other databases like MySQL) A ML program that automatically tunes your production database in real-time. What could possibly go wrong?
https://ottertune.com/blog/prevent-machine-learning-from-wre...
We also advise our customers to not point OtterTune at a production database right away.