Parent
Part of #414
Problem
MysqlTableView converts every cell with sync List.generate on the UI isolate. SQL workspace already uses compute / streaming — table browse does not.
Evidence
lib/features/mysql/mysql_table_view.dart (~147–157, ~188–189, ~228)
Acceptance
Suggested fix
Reuse convertMysqlResultRowsToStrings via compute (or stream convert).
Parent
Part of #414
Problem
MysqlTableViewconverts every cell with syncList.generateon the UI isolate. SQL workspace already usescompute/ streaming — table browse does not.Evidence
lib/features/mysql/mysql_table_view.dart(~147–157, ~188–189, ~228)Acceptance
Suggested fix
Reuse
convertMysqlResultRowsToStringsviacompute(or stream convert).