But does it need the info about every table in database on each request? I don't mind querying info about the currently viewed table but it runs the query for every table regardless the current section/action.
unnecessary queries causing creating tmp tables on disk
Hello, I originally wanted to post in the section "Bugs and Features" but since I have not found a way to do it I'm posting here. Why is Adminer doing query like SHOW COLUMNS FROM tableXYZ for every table on every request? These info are not needed on every page AFAIK and they do create a disk temp table, each query 1. I've come across this by change when I was hunting down a cause of many temp tables being persisted on disk. In a big database, with a lot of tables, it may have an impact. The reason...
As I originally stated the msg_id column is used for string identification so it...
Hm I thought I get some kind of notification when there come new comments here.....
I'd like to disable column from editing(including inline editing) in Adminer Editor...