Bug #35899 | With a SPARC 8 cpu 8 core, a simple query (select1;) cannot go over 26K QPS | ||
---|---|---|---|
Submitted: | 8 Apr 2008 11:23 | Modified: | 29 May 2008 9:45 |
Reporter: | Philippe Campos | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.1.23 | OS: | Solaris (10) |
Assigned to: | CPU Architecture: | Any |
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
[17 Apr 2008 7:11]
Donald Kwakkel
[17 Apr 2008 8:14]
Donald Kwakkel
Test utility for jdbc load test. Change connect string in testjdbc.sh, and run testitjdbc.sh
Attachment: testitjdbc.tar.gz (application/x-gzip, text), 931 bytes.
[17 Apr 2008 8:43]
Donald Kwakkel
Test utility for jdbc load test. Change connect string in testjdbc.sh, and run
Attachment: testitjdbc.tar.gz (application/x-gzip, text), 931 bytes.
[17 Apr 2008 8:50]
Donald Kwakkel
Corrected version: Test utility for jdbc load test. Change connect string in testjdbc.sh, and run testitjdbc.sh
Attachment: testitjdbc.tar.gz (application/x-gzip, text), 3.34 KiB.