Re: [PERFORM] Large objetcs performance

2007-04-22 Thread Ulrich Cech
Hello Alexandre, somewhere.> I developed a relative simple "file archive" with PostgreSQL (web application with JSF for user interface). The major structure is one table with some "key word fields", and 3 blob-fields (because exactly 3 files belong to one record). I have do deal with million

Re: [PERFORM] Large objetcs performance

2007-04-22 Thread Ulrich Cech
Hello Alexandre, somewhere.> I developed a relative simple "file archive" with PostgreSQL (web application with JSF for user interface). The major structure is one table with some "key word fields", and 3 blob-fields (because exactly 3 files belong to one record). I have do deal with million

Re: [PERFORM] Large objetcs performance

2007-04-12 Thread Merlin Moncure
On 4/4/07, Alexandre Vasconcelos <[EMAIL PROTECTED]> wrote: We have an application subjected do sign documents and store them somewhere. The files size may vary from Kb to Mb. Delelopers are arguing about the reasons to store files direcly on operating system file system or on the database, as la

Re: [PERFORM] Large objetcs performance

2007-04-04 Thread Guido Neitzer
On 04.04.2007, at 08:03, Alexandre Vasconcelos wrote: We have an application subjected do sign documents and store them somewhere. The files size may vary from Kb to Mb. Delelopers are arguing about the reasons to store files direcly on operating system file system or on the database, as large o

[PERFORM] Large objetcs performance

2007-04-04 Thread Alexandre Vasconcelos
Hello All, I've been searching the archives for something similar, without success.. We have an application subjected do sign documents and store them somewhere. The files size may vary from Kb to Mb. Delelopers are arguing about the reasons to store files direcly on operating system file system