Should I sell MongoDB? In around $29 last year and have seen 450% return... The concern was always it becomes next X
Downsize or diversify
Good luck!
11–20 of 291 posts
Should I sell MongoDB? In around $29 last year and have seen 450% return... The concern was always it becomes next X
Downsize or diversify
Good luck!
asked this on a sqllite thread before but: anyone know a single file nosqldb that has good python bindings. i know I could just write to json or something but I'd like something that supports queries. right now I'm using MongoDB and it's completely Overkill
With MongoDB's license there is another reason to migrate away from it. I migrated an app from MongoDB to postgres. I ended up just using a varchar to store the IDs. The Mongo style IDs are in addition to an integer primary key, so joins happen with integers, but every time a user is shown the IDs, in the URLs, it's a BSON ID. It hasn't caused any issues, performance or otherwise, but there are thousands rather than…
Should I sell MongoDB? In around $29 last year and have seen 450% return... The concern was always it becomes next X
At this point I think it's a coin-toss whether we move to an RDBMS or try to use their newish JSON Schema support (and other features) to achieve some sanity.
And, to be fair, Mongo's hosted management console is really good, the support has been excellent, and since we switched over to their hosted solution I don't think we've had a single problem that wasn't of our own making.
Would love to see an overview of companies that fell into the mongoDB trap and have / are migrating to another DB store.
Over the last few Months we’ve switched over to amazons document db just to have a managed service. We don’t regret it.
I stored about 2KB of data for 72 hours and got charged fifteen dollars before I realised the mistake.
They really need to come up with a per mb per hour option.
Would love to see an overview of companies that fell into the mongoDB trap and have / are migrating to another DB store.
But we can do Hunger Games too. There's no wrong answers.
Would love to see an overview of companies that fell into the mongoDB trap and have / are migrating to another DB store.
What are the best alternatives to mongo db going forward? Are there any forks with momentum?
Should I sell MongoDB? In around $29 last year and have seen 450% return... The concern was always it becomes next X