Topic awaiting preservation: An image repository.. or not?? need advice here |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: you tell me |
posted 08-28-2007 09:59
Ok I'm on to the part of the project where now I need to work on allowing users to upload their photos. I have like a couple of options to work on but can't decide which would be easier to code / and less intensive. Like I could add to the tables i.e. users, company tables an extra Blob field and treat each picture as part of the tuple in question. |
Paranoid (IV) Inmate From: Norway |
posted 08-28-2007 10:09 |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 08-28-2007 23:21
storing your images in the database is a sure fire way (at least on the regular mysql shared hosting setups) to get abysmal performance (and I've always wanted to use that word ). |
Paranoid (IV) Inmate From: Norway |
posted 08-29-2007 08:45 |
Bipolar (III) Inmate From: you tell me |
posted 09-02-2007 09:26
You guys have a point - besides its pretty pointless to use it for just showing single pictures for each element. I'm sticking for the folder option, oh and thanks for adding a new word to my vocabulary Tyberius 'abysmal' - that sure required a quick trip to the dictionary. |