[Phpmyadmin-devel] about the central columns table
Marc Delisle
marc at infomarc.info
Sat May 24 16:19:02 CEST 2014
Hi Smita,
I have a doubt, looking at the structure you chose for this table:
db_name
column_list
This structure implies that, for any change, you have to load a
potentially big row, decode it and encode it. Imagine that there are
hundreds or thousands of column definitions for this db.
I suggest something like:
db_name
column_name
column_attributes
--
Marc Delisle | phpMyAdmin
More information about the Developers
mailing list