You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With MySql in a given inner index the total of the included columns sizes should not be greater than 3072 bytes, so with the utf8mb4_general_ci not greater than 3072 / 4 = 768 chars. We already fixed the same issue for the Alias column size that was a little too high, see #13585 (comment).
So at least for MySql, NotificationIndexContentLength which is equal to 2500 is too high.
I will suggest a PR.
The text was updated successfully, but these errors were encountered:
With
MySql
in a giveninner index
the total of the included columns sizes should not be greater than3072
bytes, so with theutf8mb4_general_ci
not greater than 3072 / 4 =768 chars
. We already fixed the same issue for theAlias
column size that was a little too high, see #13585 (comment).So at least for
MySql
,NotificationIndexContentLength
which is equal to2500
is too high.I will suggest a PR.
The text was updated successfully, but these errors were encountered: