[WG: Sakai QA] [Deploying Sakai] Is anybody storing resource bodies in database?

Seth Theriault slt at columbia.edu
Wed Apr 22 08:23:47 PDT 2009


Jim Eng wrote:

> I believe that Sakai out of the box is configured to store 
> resource bodies as BLOB's in a database table , I believe, but 
> that is not recommended for production.

The "demo" sakai.properties stores content bodies on the file 
system:

bodyPath at org.sakaiproject.content.api.ContentHostingService = ${sakai.home}db/bodyContent/
bodyVolumes at org.sakaiproject.content.api.ContentHostingService = vol1

The BLOB -> file system change for the demo was made back in 
2006 for 2.2.x:

https://source.sakaiproject.org/viewsvn?view=rev&revision=13510
http://jira.sakaiproject.org/jira/browse/SAK-5870

Seth



More information about the sakai-qa mailing list