View Data Across Both In-Memory and Dynamic Tiering Tables Using a SQL View
2019-12-16
Beginner
5 min.
Create and use a SQL view to query data from both in-memory and Dynamic Tiering tables.
You will learn
- Viewing the combined data set for data partitioned between an in-memory and a Dynamic Tiering table instance.
- Creating and using a SQL view.
- Querying against a SQL view with conditions.
Prerequisites
Step 1: Query From Both In-Memory and Dynamic Tiering Tables
Step 2: Create and Query against a SQL View