You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Richard Fleming <ri...@thebva.com> on 2007/02/19 00:10:54 UTC

Database tablespaces

Hi all - 
   
  Is there any support for database tablespaces in OFBiz. It would be nice to be able to reduce disk contention on large datasets.
   
  Rick

Re: Database tablespaces

Posted by "David E. Jones" <jo...@hotwaxmedia.com>.
This is generally configured in the database itself, so it doesn't  
really have anything to do with OFBiz.

The easiest thing to do in most cases is to let OFBiz create the  
tables, foreign keys, etc and then use your db management tools to  
change the storage characteristics of tables as needed.

As far as the Entity Engine in OFBiz is concerned, it is just a table  
and it doesn't care how the database manages it.

-David


On Feb 18, 2007, at 4:10 PM, Richard Fleming wrote:

> Hi all -
>
>   Is there any support for database tablespaces in OFBiz. It would  
> be nice to be able to reduce disk contention on large datasets.
>
>   Rick