Ref T8597. If a page issues a large query (like inserting a blob into file storage), we may try to utf8ize the entire thing. This is slow and pointless.
Instead, truncate tab data after 4096 bytes before sanitizing.
Differential D13347
Truncate large strings in DarkConsole epriestley on Jun 18 2015, 7:23 PM. Authored by Tags None Referenced Files
Subscribers
Details
Ref T8597. If a page issues a large query (like inserting a blob into file storage), we may try to utf8ize the entire thing. This is slow and pointless. Instead, truncate tab data after 4096 bytes before sanitizing. Adjusted limit to 256 bytes, saw long queries get truncated reasonably.
Diff Detail
|