Investigation on Entity-Attribute-Value Stored Data and DuckDB
I have a project I’m contributing to that uses EAV to store some of it’s data, eg: there’s a fixed set of fields that are stored in a ‘core’ table, and then there’s an EAV table that stores attributes added conveniently by the user (which we …