MongoDB takes a swing at PostgreSQL after claiming wins against rival
1–10 of 55 posts
Re: MongoDB takes a swing at PostgreSQL after claiming wins against rival
#2Redis is fast too, but I don't go around comparing it to a proper database =/
Re: MongoDB takes a swing at PostgreSQL after claiming wins against rival
#3I had such a bad experience with Mongo DB back in 2012-2013 that I don't think I'll ever use it again, or even really consider it. But maybe it's changed and gotten better since then?
Anyway. I just use Postgres.
Re: MongoDB takes a swing at PostgreSQL after claiming wins against rival
#4Redis is fast too, but I don't go around comparing it to a proper database =/
/dev/null scales better than all of them
Re: MongoDB takes a swing at PostgreSQL after claiming wins against rival
#5All I know is, I’m using PostgreSQL and enjoying it!
Re: MongoDB takes a swing at PostgreSQL after claiming wins against rival
#6I heard MongoDB is webscale, yeah?
Re: MongoDB takes a swing at PostgreSQL after claiming wins against rival
#7Re: MongoDB takes a swing at PostgreSQL after claiming wins against rival
#8Re: MongoDB takes a swing at PostgreSQL after claiming wins against rival
#9I was there in 2010s migrating Mongo databases chosen by "expert consultants" to Postgres and dealing with the fallout of massive tech debt those decisions usually caused. Won't get fooled again - no matter how many fluff articles they write you will sooner find me rotting in this barren earth than see me pick MongoDB for a new project.
Re: MongoDB takes a swing at PostgreSQL after claiming wins against rival
#10I loathe so much getting data out of mongo in a reasonable fashion. Pipelines are a nightmare to accomplish what you can do in 10 seconds writing sql.