From: | Arjen van der Meijden <acm(at)tweakers(dot)net> |
---|---|
To: | 'Jan Wieck' <JanWieck(at)Yahoo(dot)com> |
Cc: | 'Postgresql General' <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: images in database |
Date: | 2003-04-03 14:55:52 |
Message-ID: | 002f01c2f9f1$22725cf0$3ac15e91@acm |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> Jan Wieck wrote
>
> Sure, the "correctness" of the pix isn't that important,
> speed counts ... except maybe if "naked" is only important
> because of photo technical issues - like for Xray?
Indeed, there are a large number of examples where correctness really
counts.
And there are a large number of examples where it doesn't matter 'that
much', while speed is more important.
For instance, we offer our users a 'photoalbum', it's quite nice, works
well, performs well etc.
But I really don't care if an image doesn't get uploaded correctly,
forcing the user to do upload it again. Or that a user has a rare chance
of getting wrong data at his screen.
What I do care about is that such features don't overload our already
'nicely loaded' databases :)
In other areas it might be the other way around, your Xray images
example is a nice one.
> You're right, it depends on the requirements. The problem is
> that people tend to do again and again what they've done
> before (cut'n'paste
> programmers) without really reevaluating how the solution
> fit's into the new requirements.
Too bad they do :(
It's all the OO-paradigma problem! ;) Reuse, reuse and reuse.
Anyway, that is an entirely different discussion :)
Regards,
Arjen
From | Date | Subject | |
---|---|---|---|
Next Message | Karel Zak | 2003-04-03 14:59:06 | Re: this date format thing. |
Previous Message | Tom Lane | 2003-04-03 14:48:36 | Re: unable to dump database, toast errors |