Bug #99694 | Improving performance of my_hash_sort_utf8(mb4)/my_strnncollsp*utf8(mb4) | ||
---|---|---|---|
Submitted: | 26 May 2020 13:06 | Modified: | 1 Jun 2020 14:48 |
Reporter: | Dmitriy Philimonov | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S5 (Performance) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | strings, utf8 |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[26 May 2020 13:08]
Dmitriy Philimonov
[29 May 2020 10:51]
Dmitriy Philimonov
Benchmark, my_strnncollsp, emulate work with CHAR(120) (fixed field)
Attachment: benchmark.cc (application/octet-stream, text), 3.73 KiB.