Bug #111594 Some Scalability Issues in Specific Scenarios
Submitted: 28 Jun 2023 8:21 Modified: 20 Sep 2023 9:14
Reporter: changyan liu (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[29 Jun 2023 8:49] changyan liu
This is performance comparison result after add pading

Attachment: pc.png (image/png, text), 395.82 KiB.

[29 Jun 2023 8:49] changyan liu
This is performance comparison result after add pading

Attachment: pc.png (image/png, text), 395.82 KiB.

[28 Aug 2023 2:38] changyan liu
Hi, this is my patch:  add pading to solve false sharing problem

Attachment: Bug#111594.patch (application/octet-stream, text), 1.42 KiB.