Project

General

Profile

Actions

Feature proposal #9010

closed

Some database index keys not limiting their size

Added by krileon over 1 year ago. Updated over 1 year 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 #1

Updated by krileon over 1 year ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Implemented in MR !1812

Actions #2

Updated by krileon over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF