Views and Path Filtering | Native Object Store ( NOS ) | Teradata Vantage - Using Views and Path Filtering - Advanced SQL Engine - Teradata Database

Teradata Vantage™ - Native Object Store Getting Started Guide

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2022-06-22
dita:mapPath
gmv1596851589343.ditamap
dita:ditavalPath
wrg1590696035526.ditaval
dita:id
B035-1214
lifecycle
previous
Product Category
Software
Teradata Vantage

There are specific benefits to creating foreign table views, in addition to the usual reasons of security and hiding SQL complexity. These benefits include:

  • Makes it easier to query object store data with inconsistent uppercase and lowercase field names. CSV field names are case sensitive, but Teradata SQL is case insensitive.
  • You can hide the $path references in a foreign table and make path names look like standard column names.

Follow these recommendations when creating a view on a foreign table:

  • Include both path names and payload attributes as columns in the view.
  • CAST all values in the view to an appropriate data type.
  • It is often the case that the path segment name (such as site_no in data / site_no / year / month / day) is also represented by an attribute in your data. When this is true, Teradata recommends you equate them in the WHERE expression in the view and only specify one of them in the column list.