1) Do we need the column "filename", since it is also available through "fullpath"?
2) Do we need an index (idx_name) on "filename"?
Removing the column "filename" would result in a much smaller "__js_res_files" table.
Also the "__js_res_record" table would benefit from it --> smaller "fields" column.
1) Do we need the column "filename", since it is also available through "fullpath"?
2) Do we need an index (idx_name) on "filename"?
Removing the column "filename" would result in a much smaller "__js_res_files" table.
Also the "__js_res_record" table would benefit from it --> smaller "fields" column.