Click here to Skip to main content
15,898,222 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Design issue Pin
George B Gilbert29-May-10 10:37
George B Gilbert29-May-10 10:37 
QuestionIs my n-tier design OK? Pin
User 274316226-May-10 21:40
User 274316226-May-10 21:40 
AnswerRe: Is my n-tier design OK? Pin
Mycroft Holmes29-May-10 13:39
professionalMycroft Holmes29-May-10 13:39 
GeneralRe: Is my n-tier design OK? Pin
User 274316230-May-10 7:25
User 274316230-May-10 7:25 
QuestionQueue Processing (Database structure) Pin
David Hovey19-May-10 18:21
David Hovey19-May-10 18:21 
AnswerRe: Queue Processing (Database structure) Pin
Luc Pattyn19-May-10 18:51
sitebuilderLuc Pattyn19-May-10 18:51 
GeneralRe: Queue Processing (Database structure) Pin
David Hovey20-May-10 18:52
David Hovey20-May-10 18:52 
GeneralRe: Queue Processing (Database structure) Pin
Luc Pattyn20-May-10 18:58
sitebuilderLuc Pattyn20-May-10 18:58 
I would have one field that says: this record is completely OK, it can be processed by all reporting or whatever actions your data deserves. So all existing, normal queries only must check one (or one more) field.

All other data is not yet completely OK; it is still in some input stage, and those stages could be identified using one or more fields, as appropriate. Separating the input stage codes from the "all OK" one makes sure your preparation and processing actions are independent of each other.

Just my 2ct.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: Queue Processing (Database structure) Pin
David Hovey20-May-10 19:06
David Hovey20-May-10 19:06 
QuestionLooking For Advice: Limited In-Application Scripting Pin
Kennebel17-May-10 5:15
Kennebel17-May-10 5:15 
AnswerRe: Looking For Advice: Limited In-Application Scripting Pin
Luc Pattyn17-May-10 5:54
sitebuilderLuc Pattyn17-May-10 5:54 
GeneralRe: Looking For Advice: Limited In-Application Scripting Pin
Kennebel17-May-10 9:55
Kennebel17-May-10 9:55 
GeneralRe: Looking For Advice: Limited In-Application Scripting Pin
Luc Pattyn17-May-10 10:09
sitebuilderLuc Pattyn17-May-10 10:09 
AnswerRe: Looking For Advice: Limited In-Application Scripting Pin
larryp76393-Jun-10 17:26
larryp76393-Jun-10 17:26 
QuestionHow would an N-Tier design work for game development? Pin
venomation16-May-10 4:13
venomation16-May-10 4:13 
AnswerRe: How would an N-Tier design work for game development? Pin
Eddy Vluggen16-May-10 6:21
professionalEddy Vluggen16-May-10 6:21 
GeneralRe: How would an N-Tier design work for game development? Pin
venomation16-May-10 10:08
venomation16-May-10 10:08 
GeneralRe: How would an N-Tier design work for game development? Pin
Ray Cassick20-May-10 7:17
Ray Cassick20-May-10 7:17 
QuestionLen Silverston: The Data Model Resource Book Pin
Brendan Vogt15-May-10 8:05
Brendan Vogt15-May-10 8:05 
QuestionWhat does mutually and non mutually mean? Pin
Brendan Vogt15-May-10 0:38
Brendan Vogt15-May-10 0:38 
AnswerRe: What does mutually and non mutually mean? Pin
riced15-May-10 1:01
riced15-May-10 1:01 
AnswerRe: What does mutually and non mutually mean? Pin
Brendan Vogt15-May-10 1:18
Brendan Vogt15-May-10 1:18 
QuestionDeconstructing a mess Pin
Jack Vanderhorst14-May-10 10:47
Jack Vanderhorst14-May-10 10:47 
AnswerRe: Deconstructing a mess Pin
Pete O'Hanlon14-May-10 21:56
mvePete O'Hanlon14-May-10 21:56 
AnswerRe: Deconstructing a mess - Refactoring Pin
Moak14-May-10 23:23
Moak14-May-10 23:23 

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.