Performance considerations – postmeta table versus new table for custom posts with foreign keys?
I can`t say this is the best solution but I know you can’t go wrong with a structure like wp_postmeta. I’ve done some custom work with GravityForms and they now use a similar structure. Instead of using postmeta there is an “entries” table. So with each form submission, there is an entry_id and multiple different … Read more