NGN icon indicating copy to clipboard operation
NGN copied to clipboard

NGN.DATA.View & NGN.DATA.MaterializedView

Open coreybutler opened this issue 7 years ago • 0 comments

From ngn-core created by coreybutler : ngnjs/ngn-core#19

In read-only or read-heavy data sets, views may offer a more performant way to work with data. Views would simplify processing logic while materialized views essentially become a pre-generated representation of data, preventing excessive method calls on every record.

coreybutler avatar Aug 26 '18 00:08 coreybutler