|
|
|
Ask HN: Is PostgreSQL Your Goto DBMS?
|
|
16 points
by munduz
1717 days ago
|
|
Noticed for me, whenever new project starts, PostgreSQL is chosen as a DBMS. We don't even consider other DBMS. PostgreSQL has proven it's efficiency even in big tech. P.S. No offense to other DBMS |
|
With my new business, though, I went with SQLite. It's good enough, and I don't have to worry about keeping it up 24/7 (or paying someone to keep it up). I can copy a database file to a new machine, and it'll be up and running in no time. I don't worry much about scalability.
More often than not, simple is better than complex.