Wesley Forti a écrit : > Please, is it possible to quantify a couple of MB's? > > > 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.
I guess it really depends on the expected number of concurrent users accessing the largest blobs and the free memory you have on your server. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
