Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
the encryption by default is nice but I find pgAdmin to be way overkill and (at least on Mac) you can't install the command line client without installing pgAdmin
-
@elco I've used postgres before, but it's just SQL to me. Curious - what makes postgres special compared to Maria, or MS SQL Server?
-
inaba46256y
-
elco1906y@deadPix3l I've not ever used Maria, but I use MS SQL Server for work and I much prefer Postgres over it. The largest complaint I have about MS SQL Server is the lack of MVCC. We have a decently concurrent workload and we often run into issues of select queries slowing down during large updates (something that Postgres handles a bit more gracefully). And the workaround that previous developers have had was to just use "NOLOCK" in every single query that was slow; and trying to get current developers to move away from that approach is difficult.
Related Rants
-
kiki11Git. The smallest utility made its way to being the largest companies must-have, the most critical part of t...
-
AlgoRythm12Visual Studio Code! It's Microsoft showing Atom that they can copy Sublime Text better ;)
-
2erXre55To be honest: Firefox. I use it every day since version 3. And a piece of software which has so much competit...
PostgreSQL by far, what an incredible and feature-packed database.
rant
wk120