fieldrather
Fieldrather is a term used in information architecture and data modeling to describe a field-centric approach to structuring data. The concept advocates organizing schemas around discrete data fields that can be reused across multiple entity types, rather than modeling data primarily as objects with fixed hierarchies. The word appears in speculative and practitioner literature and is sometimes described as a design preference for systems that require flexible querying across many attributes.
In fieldrather designs, data storage emphasizes individual fields and their attributes. Implementations often rely on columnar
Advantages include improved ad hoc querying, easier integration of heterogeneous data, and better suitability for analytics
Related concepts include data modeling approaches such as the entity-attribute-value model, columnar databases, and schema-on-read versus