Topic awaiting preservation: Database Question |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 01-26-2005 18:11
Since we've been discussing databases a lot recently, I have another database question: |
Maniac (V) Mad Scientist From: Somewhere over the rainbow |
posted 01-26-2005 19:22
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 01-27-2005 17:08
The application layer got a little more complicated because I now have to look in two places for records of completion (collection_status and completed) before I start a new record. That way I don't have more than one script working on gathering the same data at one time. |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 01-31-2005 17:11
I'm going to bump this thread beacuse I was hoping to get a reply from InI (or anyone else) after I answered the questions he asked about the structure of the db. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 01-31-2005 17:21
if you simply had added an index to your id column in completed table (and that was not the primary key in the first place), |