How Can I Use Filters to Prevent Poorly Written Queries from Reducing My Performance? - Teradata Viewpoint

Teradata Viewpoint User Guide

Product
Teradata Viewpoint
Release Number
16.00
Published
October 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
fey1467302953244.ditamap
dita:ditavalPath
2206_User_vp_1600_NEW.ditaval.ditaval
dita:id
B035-2206
lifecycle
previous
Product Category
Analytical Ecosystem

A poorly written query can return too much data, making the results unusable. These types of queries often produce meaningless results, are very resource-intensive, and reduce the performance of your system.

Using filters, you can protect your system from poorly written queries by preventing these queries from even starting to execute. Rejecting bad queries also helps educate the users to write better and more specific queries, which can reduce the number of bad queries over time.

For information about how to write good queries, refer to Teradata’s SQL documentation.

For example, you can prevent the following queries from executing:
  • Queries that return too many rows
  • Queries that take too long to run
  • Queries that scan very large tables

Scenario assumptions

This scenario assumes you already have the following set up:
  • Teradata Database version: 15.0
  • Operating system: SLES 11
  • System: PROD1
  • Ruleset: BadQueries