Done
Details
Assignee
Rahul MalikRahul Malik(Deactivated)Reporter
mohit.joshimohit.joshiTime tracking
1d 4h loggedFix versions
Priority
Medium
Details
Details
Assignee
Rahul Malik
Rahul Malik(Deactivated)Reporter
mohit.joshi
mohit.joshiTime tracking
1d 4h logged
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created September 15, 2022 at 6:46 AM
Updated May 8, 2024 at 5:56 AM
Resolved January 9, 2023 at 6:46 AM
While working on pstress, several performance issues are noticed.
1. threads are under utilised, show processlist reveals not all threads are executing queries
2. threads simply wait and prints message in the logs "
Waiting for all threds to finish initial load
Why not utilise waiting threads to create pending metadata.
3. On QA machines, a load of 100 tables with 5000 records is taking more than 15 mins. sysbench on the same machine does the same task in much lesser time.
To repeat, use driver script script to execute load
DYNAMIC_QUERY_PARAMETER="--tables 50 --records 5000 --log-all-queries --no-select --exact-initial-records --no-temp-tables"
PSTRESS_RUN_TIMEOUT=300