Click here to Skip to main content
15,896,727 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: CCC 2020-05-06 Pin
musefan5-May-20 23:30
musefan5-May-20 23:30 
GeneralRe: CCC 2020-05-06 Pin
DerekT-P6-May-20 1:11
professionalDerekT-P6-May-20 1:11 
GeneralRe: CCC 2020-05-06 - winner Pin
Peter_in_27806-May-20 1:19
professionalPeter_in_27806-May-20 1:19 
GeneralRe: CCC 2020-05-06 - winner Pin
DerekT-P6-May-20 1:25
professionalDerekT-P6-May-20 1:25 
QuestionDoes anyone here have an idea of how popular mongoDB is? Pin
honey the codewitch5-May-20 22:12
mvahoney the codewitch5-May-20 22:12 
AnswerRe: Does anyone here have an idea of how popular mongoDB is? PinPopular
Johnny J.5-May-20 22:33
professionalJohnny J.5-May-20 22:33 
AnswerRe: Does anyone here have an idea of how popular mongoDB is? Pin
Garth J Lancaster5-May-20 22:43
professionalGarth J Lancaster5-May-20 22:43 
AnswerRe: Does anyone here have an idea of how popular mongoDB is? PinPopular
Sander Rossel5-May-20 23:19
professionalSander Rossel5-May-20 23:19 
It's one of the most popular databases and the most popular NoSQL database.
Source: DB-Engines Ranking - popularity ranking of database management systems[^]
No idea why Oracle is at #1 though, must be some kind of Stockholm syndrome thing Unsure | :~

Anyway, I've used MongoDB in the past and it's very easy to just write some code and store it in the database.
Except that when you add a property you always need to think about whether that property is backwards compatible.
You have to do that with SQL too, of course, but there you are more forced to think about it.
It's VERY easy to just add a new property of type int, but when a MongoDB document doesn't have that property you're going to have a runtime mapping exception so you'll have to make it int? instead, etc.

Also, forget normalization.
If you have a highly normalized data structure, MongoDB is going to make life harder.
So really think about what data you can store with redundancy and what data you can't.

Also, I found querying a MongoDB a lot harder, but that's probably only because I'm not used to the syntax Blush | :O

I'm not used to seeing you use popular technology by the way, unless you're going to use this for your LALR X-PARSE B-TREE REGEX EXPRESSION COMPILER +5 Laugh | :laugh:

GeneralRe: Does anyone here have an idea of how popular mongoDB is? Pin
KarstenK6-May-20 0:09
mveKarstenK6-May-20 0:09 
GeneralRe: Does anyone here have an idea of how popular mongoDB is? Pin
raddevus6-May-20 2:23
mvaraddevus6-May-20 2:23 
GeneralRe: Does anyone here have an idea of how popular mongoDB is? Pin
Fabio Franco7-May-20 0:06
professionalFabio Franco7-May-20 0:06 
GeneralRe: Does anyone here have an idea of how popular mongoDB is? Pin
Sander Rossel7-May-20 0:53
professionalSander Rossel7-May-20 0:53 
AnswerRe: Does anyone here have an idea of how popular mongoDB is? Pin
Stuart Dootson5-May-20 23:45
professionalStuart Dootson5-May-20 23:45 
GeneralRe: Does anyone here have an idea of how popular mongoDB is? Pin
Sander Rossel6-May-20 1:02
professionalSander Rossel6-May-20 1:02 
GeneralRe: Does anyone here have an idea of how popular mongoDB is? Pin
Stuart Dootson6-May-20 1:16
professionalStuart Dootson6-May-20 1:16 
GeneralRe: Does anyone here have an idea of how popular mongoDB is? Pin
Sander Rossel6-May-20 1:24
professionalSander Rossel6-May-20 1:24 
GeneralRe: Does anyone here have an idea of how popular mongoDB is? Pin
Stuart Dootson6-May-20 4:58
professionalStuart Dootson6-May-20 4:58 
AnswerRe: Does anyone here have an idea of how popular mongoDB is? Pin
RickZeeland5-May-20 23:47
mveRickZeeland5-May-20 23:47 
AnswerRe: Does anyone here have an idea of how popular mongoDB is? Pin
Richard MacCutchan6-May-20 0:00
mveRichard MacCutchan6-May-20 0:00 
AnswerRe: Does anyone here have an idea of how popular mongoDB is? Pin
F-ES Sitecore6-May-20 0:46
professionalF-ES Sitecore6-May-20 0:46 
GeneralRe: Does anyone here have an idea of how popular mongoDB is? Pin
honey the codewitch6-May-20 4:08
mvahoney the codewitch6-May-20 4:08 
AnswerRe: Does anyone here have an idea of how popular mongoDB is? Pin
MadMyche6-May-20 8:29
professionalMadMyche6-May-20 8:29 
Rant.NET 1.x Is Why We Can't Have Nice Things Reason #32 Pin
honey the codewitch5-May-20 7:25
mvahoney the codewitch5-May-20 7:25 
GeneralRe: .NET 1.x Is Why We Can't Have Nice Things Reason #32 Pin
PIEBALDconsult5-May-20 7:57
mvePIEBALDconsult5-May-20 7:57 
GeneralRe: .NET 1.x Is Why We Can't Have Nice Things Reason #32 Pin
honey the codewitch5-May-20 8:15
mvahoney the codewitch5-May-20 8:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.