[Plugin: Contact Form 7 to Database Extension] Normalization
-
Hi,
This plugin is pretty cool and I’ve been looking for something like this for quite some time.
I just had one comment, and that’s in regards to how the database was setup. As it stands, when someone submits an entry, it creates several rows instead of just one. So for instance, lets say I have Name, email and message…the information would be stored as 3 rows in the database. This creates quite a bit of extra overhead and over time the DB will be much larger than it has to be. The solution would be to split the data into two tables and link them via a relation (i.e form_name would be it’s own table and just have a reference to the corresponding row in the “cf7dbplugin_submits” table). Just wondering if that is something you could do for the next release.
- The topic ‘[Plugin: Contact Form 7 to Database Extension] Normalization’ is closed to new replies.