Hi guys,
I have been trying to decide which approach to use to
store dynamic data in the database i.e. data from a survey application
in that a user creates there on form like in
http://www.wufoo.com/.
Storing
JSON has its limitation like searching while EAV is generally getting
negative reviews from the online community sighting performance overhead
in the queries.
For those who have actual done such an application which is better in the long run.