SQLExplorerTable ->getTableData() does an unlimited SELECT * and creates (relatively expensive) ArrayData structures from it, so bound to run out of PHP memory without pagination.
Also, sorry that you have to write this module in the first place - I've seen phpMyAdmin readonly access popping up on some CWP backlog at least :)
SQLExplorerTable ->getTableData()
does an unlimitedSELECT *
and creates (relatively expensive)ArrayData
structures from it, so bound to run out of PHP memory without pagination.Also, sorry that you have to write this module in the first place - I've seen phpMyAdmin readonly access popping up on some CWP backlog at least :)