Part 5 – Getting Data and Indexes
Do Indexes matter when getting data via OData?
We’re going to review what kind of performance we get when trying to fetch data from an OData entity. What I wanted to find out with this article was to what degree indexing on a table mattered for OData. For a read workload, all data entities are presented in the database by a view that is not schema bound. So, indexing always matter but to what…
We’re going to review what kind of performance we get when trying to fetch data from an OData entity. What I wanted to find out with this article was to what degree indexing on a table mattered for OData. For a read workload, all data entities are presented in the database by a view that is not schema bound. So, indexing always matter but to what…
Continue Reading Nathan Clouse’s Article on their blog
Part 5 – Getting Data and Indexes
Do Indexes matter when getting data via OData? We’re going to review what kind of performance we get when trying to fetch data from an OData entity. What I wanted to find out with this article was to what degree indexing on a table mattered for OData.
Blog Syndicated with Nathan Clouse’s Permission
More About This Author
Array
- Finance & Operations16 September 2024Database Inserts – Code Data Entity Comparison
- Finance & Operations10 July 2024How To Use A Recurring Integration Endpoint
- Finance & Operations10 July 2024How to use a recurring Integration Endpoint to Import Data
- Finance & Operations8 July 2024Database Inserts – Code Table Comparison