Re: [PERFORM] Experiences storing binary in Postgres

2008-08-16 Thread Decibel!
On Aug 14, 2008, at 1:00 PM, [EMAIL PROTECTED] wrote: We're developing a project which uses PostgreSQL to store binary documents. Since our system is likely to grow up to some terabytes in two years, I'd like to ask if some of you have had some experience with storing a huge amount of blob fil

[PERFORM] Experiences storing binary in Postgres

2008-08-14 Thread juliano . freitas
Hello, We're developing a project which uses PostgreSQL to store binary documents. Since our system is likely to grow up to some terabytes in two years, I'd like to ask if some of you have had some experience with storing a huge amount of blob files in postgres. How does it scale in performance?