No, it depends too much on your settings. The best solution is to bench what's better for you.

Florent

On 19 Feb 2008, at 04:26, Wesley Forti wrote:

Please, is it possible to quantify a couple of MB's?

On Nov 27, 2007 2:30 PM, Olivier Grisel <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] a écrit :
>
> OK, thank you. Is it a good idea to store the uploaded files in database ?

It makes it is easier to do transactionaly consistent backups (with pgdump for instance) but it will probably increase the memory usage as AFAIK jackrabbit current PostgreSQLPersistenceManager implementation uses BYTEA SQL type instead
of the LargeObject API.

Thus if your Blob are lower than a couple of MBs then it's alright to store them in a SQL DB, if they are larger you might want to run some scripted scenario to
test the memory usage of your server.

--
Olivier

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm



--
Att,
---
Wesley Forti
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87



_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to