Bug #74443 workbench 6.2.3 takes 18 seconds, where 6.1 takes less than 1 second !!
Submitted: 19 Oct 2014 19:18 Modified: 20 Nov 2014 8:19
Reporter: Ron Gommers Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:6.2.3 OS:Windows (windows 7/64bits)
Assigned to: CPU Architecture:Any

[19 Oct 2014 19:18] Ron Gommers
Description:
a simple query selectin 9900 records out of 16000 takes 18 seconds to display, where the previous version takes less than 1 second.

64bit and 32bit version of workbench both have the same speed problem

How to repeat:

select 
   * 
from 
   test.data a 
left join 
   other.data b on b.barcode = a.barcode
where 
   a.owner = "1234567890123";
[20 Oct 2014 8:19] MySQL Verification Team
Hello Ron,

Thank you for the report.
I could not repeat with dummy data, could you please provide complete repeatable test case(schema and data - once you upload, pls make it private if you prefer) and MySQL server version to confirm this at our end?

Thanks,
Umesh
[21 Nov 2014 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".