From: | Marek Florianczyk <franki(at)tpi(dot)pl> |
---|---|
To: | Oli Sennhauser <oli(dot)sennhauser(at)bluewin(dot)ch> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Experience wanted: low-cost Photo-Archive in TB range |
Date: | 2003-11-28 13:45:19 |
Message-ID: | 1070027118.1017.84.camel@franki-laptop.tpi.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
W liście z pią, 28-11-2003, godz. 13:51, Oli Sennhauser pisze:
> Hello
>
> We are planning and offering a low-cost Photo-Archive in TB range. Is
> there any experience available with that amount of Data (1-3 TB)?
> What kind of machines (CPU, RAM)? What kind of I/O-System? What kind of
> Network (100Mbit Ethernet, Fibre, etc.).
> What kind of backup-system? How to backup that amount of data, etc.
Well, you want to keep pictures inside database, as a blobs. Maybe it
would be better to hold pictures on disk, on hashed directories ( eg
spring_picture.jpg as a s/p/r/i/spring_picture.jpg faster access when
there is a lot of files ) and in the database hold only file_path to
this images, and some other data. Then file_path would be taken from
database, written to html page, and the image would be taken from disk.
Would it be fast enough, and less demanding from database and machine ?
greetings
Marek
>
> Any comment is welcome!
>
> Regards Oli
>
> -------------------------------------------------------
>
> Oli Sennhauser
> Database-Engineer (Oracle & PostgreSQL)
> Rebenweg 6
> CH - 8610 Uster / Switzerland
>
> Phone (+41) 1 940 24 82 or Mobile (+41) 79 450 49 14
> e-Mail oli(dot)sennhauser(at)bluewin(dot)ch
> Website http://mypage.bluewin.ch/shinguz/PostgreSQL/
>
> Secure (signed/encrypted) e-Mail with a Free Personal SwissSign ID: http://www.swisssign.ch
>
> Import the SwissSign Root Certificate: http://swisssign.net/cgi-bin/trust/import
>
From | Date | Subject | |
---|---|---|---|
Next Message | Olivier Hubaut | 2003-11-28 13:52:45 | Is it possible to install PgSQL 7.4 on MacOS X 10.2.8? |
Previous Message | Uwe Maiwald | 2003-11-28 13:26:55 | pg_restore 7.4 from 7.2.1 |