Click here to Skip to main content
15,925,602 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: Felix's Node.js Convincing the boss guide Pin
jim lahey3-May-12 21:34
jim lahey3-May-12 21:34 
NewsLet's Get Physical (Units) Pin
Terrence Dorsey3-May-12 10:02
sitebuilderTerrence Dorsey3-May-12 10:02 
NewsUnsung Heroes of Tech: ARM creators Sophie Wilson and Steve Furber Pin
Terrence Dorsey3-May-12 10:02
sitebuilderTerrence Dorsey3-May-12 10:02 
NewsOpen Letter To Microsoft - Can we get an update on the future of Windows Live Writer? Pin
Terrence Dorsey3-May-12 10:01
sitebuilderTerrence Dorsey3-May-12 10:01 
NewsAndroid is dead Pin
Terrence Dorsey3-May-12 10:00
sitebuilderTerrence Dorsey3-May-12 10:00 
GeneralRe: Android is dead Pin
Pete O'Hanlon3-May-12 11:00
mvePete O'Hanlon3-May-12 11:00 
GeneralRe: Android is dead Pin
TorstenH.4-May-12 1:16
TorstenH.4-May-12 1:16 
NewsA Visual Browser History, from Netscape 4 to Mozilla Firefox Pin
Terrence Dorsey3-May-12 10:00
sitebuilderTerrence Dorsey3-May-12 10:00 
NewsThe return of the Unix wars? Pin
Terrence Dorsey3-May-12 9:59
sitebuilderTerrence Dorsey3-May-12 9:59 
GeneralRe: The return of the Unix wars? Pin
PIEBALDconsult3-May-12 11:01
mvePIEBALDconsult3-May-12 11:01 
NewsEFF Coders' Rights List Pin
AspDotNetDev3-May-12 8:06
protectorAspDotNetDev3-May-12 8:06 
NewsedX - Education of the future Pin
Alexander DiMauro3-May-12 4:45
Alexander DiMauro3-May-12 4:45 
NewsMicrosoft opens New York research lab, hires mainly Yahoo researchers Pin
atbennett3-May-12 4:07
atbennett3-May-12 4:07 
NewsA Coder Interview With Matthew Brand Pin
Terrence Dorsey2-May-12 10:37
sitebuilderTerrence Dorsey2-May-12 10:37 
NewsThree things you should never put in your database Pin
Terrence Dorsey2-May-12 10:36
sitebuilderTerrence Dorsey2-May-12 10:36 
GeneralRe: Three things you should never put in your database Pin
PIEBALDconsult2-May-12 12:17
mvePIEBALDconsult2-May-12 12:17 
GeneralRe: Three things you should never put in your database Pin
AspDotNetDev2-May-12 17:26
protectorAspDotNetDev2-May-12 17:26 
GeneralRe: Three things you should never put in your database Pin
PIEBALDconsult3-May-12 3:22
mvePIEBALDconsult3-May-12 3:22 
GeneralRe: Three things you should never put in your database Pin
AspDotNetDev3-May-12 7:48
protectorAspDotNetDev3-May-12 7:48 
GeneralRe: Three things you should never put in your database Pin
PIEBALDconsult4-May-12 8:41
mvePIEBALDconsult4-May-12 8:41 
GeneralRe: Three things you should never put in your database Pin
AspDotNetDev4-May-12 8:52
protectorAspDotNetDev4-May-12 8:52 
GeneralRe: Three things you should never put in your database Pin
Not Active3-May-12 2:03
mentorNot Active3-May-12 2:03 
GeneralDon't take it seriously... Pin
Dave Kerr2-May-12 22:57
mentorDave Kerr2-May-12 22:57 
GeneralI'm right. I'm always right. For every situation. Pin
Chris Maunder3-May-12 7:16
cofounderChris Maunder3-May-12 7:16 
Oh man. Not another one of these "my advice for my type of work is gospel and works for everyone" type articles.

1. Storing BLOBs is sometimes the *only* practical option you have.

2. What if your ephemeral data generates, itself, important data that is persisted? A crude example is session data: storing it in a database means that when things are weird you can perform sll sorts of queries on the sessions and spot malicious activity

3. I don't even know where to start on this one other than to say that if you want to store logs in flat files then why are you storing them at all. If your logs are small enough that you can manually scan them every day then fine, but if you have serious data then log only if you need to, and the #1 reason to log is so you can search the logs later, and, well, that's what a database is really, really good for.
cheers,
Chris Maunder

The Code Project | Co-founder
Microsoft C++ MVP

GeneralRe: I'm right. I'm always right. For every situation. Pin
AspDotNetDev3-May-12 7:36
protectorAspDotNetDev3-May-12 7:36 

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.