To optimize AO usage, multiple Static Entities can be merged into a single Static Entity with an additional "Type" attribute to differentiate records.
For example, instead of creating separate Static Entities for Country, Currency, and Language, a single MasterData entity can be used with a Type column to categorize records. This approach significantly reduces AO consumption while maintaining flexibility.
By filtering data based on the Type attribute, developers can retrieve only the required records, improving performance and maintainability. This method is particularly useful for applications with multiple Static Entities, ensuring better scalability while keeping AO usage low.
Would love to hear feedback on this approach!