Click here to Skip to main content
15,914,416 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: MongoDB Pin
dan!sh 7-Apr-14 23:53
professional dan!sh 7-Apr-14 23:53 
GeneralRe: MongoDB Pin
rah_sin7-Apr-14 23:55
professionalrah_sin7-Apr-14 23:55 
GeneralRe: MongoDB Pin
Mycroft Holmes8-Apr-14 0:17
professionalMycroft Holmes8-Apr-14 0:17 
GeneralRe: MongoDB Pin
Brisingr Aerowing8-Apr-14 12:10
professionalBrisingr Aerowing8-Apr-14 12:10 
GeneralRe: MongoDB Pin
Duncan Edwards Jones8-Apr-14 0:18
professionalDuncan Edwards Jones8-Apr-14 0:18 
GeneralRe: MongoDB Pin
Kornfeld Eliyahu Peter8-Apr-14 0:28
professionalKornfeld Eliyahu Peter8-Apr-14 0:28 
GeneralRe: MongoDB Pin
Rutvik Dave8-Apr-14 0:32
professionalRutvik Dave8-Apr-14 0:32 
GeneralRe: MongoDB Pin
Keith Barrow8-Apr-14 0:48
professionalKeith Barrow8-Apr-14 0:48 
This is a curious one, I suppose it is horses for courses. We use Couchbase (which I'm lead to understand is similar). We use an in-memory couchbase instance as a cache repository- this works quite well. We also have a disk based instance to store some application information that would normally be held in web.config - this last saves us a re-deploy when version numbers change for example. I dare say NOSql would be good for logging.

Some people rave about NOSql DBs, but I wouldn't want to use one as a main backing store - I saw one company fail as it bought a system that effectively used SQL Sever without referential integrity. [Repair] jobs were lost in the system an the insurer we did the jobs for sacked the company off due to lack of reliability. The company at the time claimed their software handled the integrity and this was more efficient than letting the database do it. A miracle given how many man-years companies like Oracle & MS spend doing the same thing.

Marco Bertschi wrote:
You have no relational integrity, and you can insert whatever you want

Marco Bertschi wrote:
I don't get the point

I think the second follows the first: to make an SQL database work properly you have to know what you are doing and this is skilled work. Most companies get devs to do their database work, and this leads to poor database design resulting in rigid structures, poor performance and when really bad a lack of integrity. So the devs fall back on on the idea that I mentioned about the company I worked for that failed - that they'll be easily able to code integrity where needed. My view is this is the point where you should be looking at a relational DB. This link[^] lists relational DB anti-patterns that indicate a NOSql DB might be better, I suspect there is call for the "opposite" set of slides which show signs you'd be better of not using NOSql for certain tasks.

[Edit]
Nice article here: http://news.dice.com/2012/07/16/sql-vs-nosql-which-is-better/[^]

GeneralRe: MongoDB Pin
Marco Bertschi8-Apr-14 0:59
protectorMarco Bertschi8-Apr-14 0:59 
GeneralRe: MongoDB Pin
etkid8415-Apr-14 3:30
etkid8415-Apr-14 3:30 
GeneralLeap of faith Pin
super7-Apr-14 22:49
professionalsuper7-Apr-14 22:49 
GeneralRe: Leap of faith Pin
Rage7-Apr-14 23:16
professionalRage7-Apr-14 23:16 
GeneralRe: Leap of faith Pin
Simon Lee Shugar7-Apr-14 23:18
Simon Lee Shugar7-Apr-14 23:18 
GeneralRe: Leap of faith Pin
Dinesh.V.Kumar8-Apr-14 0:12
Dinesh.V.Kumar8-Apr-14 0:12 
GeneralRe: Leap of faith Pin
Mycroft Holmes8-Apr-14 0:26
professionalMycroft Holmes8-Apr-14 0:26 
GeneralRe: Leap of faith Pin
Rutvik Dave8-Apr-14 0:35
professionalRutvik Dave8-Apr-14 0:35 
GeneralRe: Leap of faith Pin
Corporal Agarn8-Apr-14 0:42
professionalCorporal Agarn8-Apr-14 0:42 
GeneralRe: Leap of faith Pin
super8-Apr-14 0:48
professionalsuper8-Apr-14 0:48 
GeneralRe: Leap of faith Pin
Dr.Walt Fair, PE8-Apr-14 5:47
professionalDr.Walt Fair, PE8-Apr-14 5:47 
GeneralRe: Leap of faith Pin
Brisingr Aerowing8-Apr-14 12:13
professionalBrisingr Aerowing8-Apr-14 12:13 
GeneralSaw a good car sticker this morning Pin
OriginalGriff7-Apr-14 22:42
mveOriginalGriff7-Apr-14 22:42 
GeneralRe: Saw a good car sticker this morning Pin
chriselst7-Apr-14 22:56
professionalchriselst7-Apr-14 22:56 
GeneralRe: Saw a good car sticker this morning Pin
Rage7-Apr-14 23:15
professionalRage7-Apr-14 23:15 
GeneralRe: Saw a good car sticker this morning Pin
Mark H28-Apr-14 15:41
Mark H28-Apr-14 15:41 
GeneralRe: Saw a good car sticker this morning Pin
Motor Viper7-Apr-14 23:09
professionalMotor Viper7-Apr-14 23:09 

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.