Due to string length of docs content being about 74k, where TEXT field limit is 65k.
Laravel now uses MediumText, could do the same.
Alternatively, gzipping content goes to <12k, but would change requirements.
Otherwise, could use alternate storage option.
Probably worth perf checking the actual value of caching here though, might be redundant.
Due to string length of docs content being about 74k, where
TEXTfield limit is65k.Laravel now uses MediumText, could do the same.
Alternatively, gzipping content goes to <12k, but would change requirements.
Otherwise, could use alternate storage option.
Probably worth perf checking the actual value of caching here though, might be redundant.