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