Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • JSON array is just EAV stored in a really awkward format. Even relational EAV is better than a JSON array. Commented Jul 10, 2015 at 10:54
  • @JoelBrown don't we face performance problems if we use eav ? Commented Sep 22, 2016 at 10:09
  • 1
    @user12345 What performance problems would you expect from EAV versus storing a JSON string? Searching for a particular row value in an EAV relational database (which can be indexed) would be faster than a full text table scan parsing each row of JSON. Commented Sep 22, 2016 at 10:48
  • @JoelBrown can you please join here : chat.stackexchange.com/rooms/45740/eav Commented Sep 22, 2016 at 10:53