mysql:error_1071
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mysql:error_1071 [2016/07/01 23:15] – peter | mysql:error_1071 [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
Thus, you need to multiply your key field' | Thus, you need to multiply your key field' | ||
- | * For **uft8** a maximum of 255 characters can therefore be used for InnoDB key field because 767/ | + | * For **uft8** a maximum of 255 characters can therefore be used for an InnoDB key field because 767/ |
- | * For **uft8mb4** a maximum of 191 characters can therefore be used for InnoDB key field because 767/ | + | * For **uft8mb4** a maximum of 191 characters can therefore be used for an InnoDB key field because 767/ |
There is also a separate 3072 byte limit per index. | There is also a separate 3072 byte limit per index. | ||
- | One workaround for these limits is to only index a prefix, for example, here only the 191 characters from column1 is part of the index: | + | One workaround for these limits is to only index part of a field, for example, here only 191 characters from column1 is part of the index: |
<code mysql> | <code mysql> | ||
Line 30: | Line 30: | ||
</ | </ | ||
- | Read on for details and examples about **innodb_large_prefix**. | + | |
+ | ===== Using innodb_large_prefix | ||
Here are a few pre-requisites for using **innodb_large_prefix**: | Here are a few pre-requisites for using **innodb_large_prefix**: | ||
Line 39: | Line 40: | ||
The default file format is still Antelope for backwards compatibility, | The default file format is still Antelope for backwards compatibility, | ||
- | You can set both **innodb_file_format** and **innodb_large_prefix** dynamically, | + | You can set both **innodb_file_format** and **innodb_large_prefix** dynamically, |
Here’s an example. | Here’s an example. |
mysql/error_1071.1467414925.txt.gz · Last modified: 2020/07/15 09:30 (external edit)