Project

General

Profile

Actions

Feature proposal #9010

closed

Some database index keys not limiting their size

Added by krileon almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
17 August 2022
Due date:
% Done:

100%

Estimated time:

Description

Several varchar usages are still not size limited. It's not necessary to index the full 240+ characters of a column and will error on MySQL installs not using up to date defaults due to 767 byte limit. utf8mb4_unicode_ci requires UP TO 4 bytes per character so most indexes should try to limit where needed.

Actions

Also available in: Atom PDF