Hacker News new | ask | show | jobs
by mason55 3616 days ago
This is a candidate for something like a schemaless datastore or a PostgreSQL JSONB column. Depending on your choice of datastore you can still at least get some indexing and schema help if you choose. With EAV you generally throw all of that out.
1 comments

A whole separate datastore sounds like overkill in a lot of cases.