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
-
@kpenc Never worked with Postgres tbh. Can you explain what's so much better about postgres? Not saying it being hostile, more as in 'teach me pls' :). (Although I can't suddenly go to Postgres because mysql is heavily incorporated in my current project which already has had more than 300 hours of my programming time xD)
-
dmacdo02448yDb can cache results or even query plan... This makes profiling a little difficult without the right tools.
-
flag020328y@linuxxx I am starting to use pg for my new projects and "plan" to move older projects eventually
-
vringar16638y@flag0 y tho? (Not trying to be hostile but @linuxxx as well as me are still interested in why you choose Pg over MySQL not for which projects you use it.)
-
kpenc21328y@linuxxx PG follows the SQL standards very well and has many advanced features (like table inheritance and advanced data types (multidimensional arrays to name one)). :)
-
@kpenc Thanks! Looked at comparisons yesterday and to me and my current project it doesn't have anything more to offer than mysql (or mariadb for that matter) but thanks for your explanations!
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
*Runs MySQL benchmark on a new server*
Result: 30 read queries a second.
*Hmm.... that can't be right...."
*Creates simple node benchmark script and runs it*
Result: 400-500 read queries a second.
Wtf mysql...
undefined
wtf
y u do dis
benchmark
mysql