Details
-
Improvement
-
Resolution: Fixed
-
Major
-
11.2
-
None
Description
This is about things like:
- the generated hibernate.cfg.xml
- the Debian package
Note that there is several downside about utf8mb4:
- bigger databases
- more importantly the InnoDB storage engine has a maximum index length of 767 bytes, so for utf8 or utf8mb4 columns, you can index a maximum of 255 or 191 characters, respectively. Problem is that most of our indexed string fields are currently been designed with the 255 character limit in mind...
Attachments
Issue Links
- is duplicated by
-
XWIKI-16265 Use utf8mb4 by default in the MySQL based Debian package
- Closed
- is related to
-
XWIKI-17035 Can't save a page that contains Emoji on MySQL 5.7
- Closed