Hi,
On Jan 14, 2010, at 2:38 PM, Mathias Herberts wrote:
MyISAM is the
default storage engine for MySQL. You can set it to
something different if you wish, within the mysql server:
http://dev.mysql.com/doc/refman/5.1/en/storage-engine-setting.html
The way some fields are specified in the hbm files (with type string),
constraints the MySQL engine to be MyISAM as InnoDB cannot have rows
of more than 65535 bytes, so using InnoDB would imply modifying XWiki
and not just changing its configuration.
Are there any plans in supporting JCR (JSR-170) for attachement
storage in future versions of XWiki?
Yes.
Thanks
-Vincent