Re: Experience wanted: low-cost Photo-Archive in TB range - Mailing list pgsql-admin

From Marek Florianczyk
Subject Re: Experience wanted: low-cost Photo-Archive in TB range
Date
Msg-id 1070027118.1017.84.camel@franki-laptop.tpi.pl
Whole thread Raw
In response to Experience wanted: low-cost Photo-Archive in TB range  (Oli Sennhauser <oli.sennhauser@bluewin.ch>)
Responses Re: Experience wanted: low-cost Photo-Archive in TB range  (Jamie Lawrence <pgsql-admin@jal.org>)
List 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.sennhauser@bluewin.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
>


pgsql-admin by date:

Previous
From: Uwe Maiwald
Date:
Subject: pg_restore 7.4 from 7.2.1
Next
From: Olivier Hubaut
Date:
Subject: Is it possible to install PgSQL 7.4 on MacOS X 10.2.8?