Extracting Numeric Tokens from Strings with CHAR2HEXINT Function in Teradata SQL Learn how the CHAR2HEXINT function helped solve a real-world problem of extracting number parts from a string in Teradata SQL. Read on for the solution.
Introduction to Temporal Data Management in Teradata Learn about Teradata's temporal data management functionality based on TSQL2 specification in this article. Discover how it simplifies historization.
Improvements in Tailoring Statistics Collection with Teradata 14.00: Using Sample, MaxValueLength, and MaxIntervals Options Learn about the latest improvements in Teradata 14.00 that allow you to customize the collection of statistics to better suit your needs. These improvements include the option to set different sample sizes, consider more bytes for histogram creation, and choose the number of intervals for building s
What is Block Level Compression (BLC) and How Does it Work for Teradata? Block Level Compression (BLC) is a feature that allows compression of entire data blocks, leading to disk space reduction. Read on to know more.
Variable Declarations in Teradata Stored Procedures Learn how variable declarations work in a Teradata Stored Procedure. Declarations are always local to the surrounding compound statement. See examples.
Teradata Hash Index: Minimizing Disk IOs and Optimizing Row Access Learn about the Teradata Hash Index, designed to minimize disk IOs and improve access to rows. Discover how it differs from Single Table Join Indexes.
Teradata SQL Tuning: Minimizing Costs and Maximizing Parallelism Learn how to optimize SQL tuning on Teradata by minimizing I/Os and maximizing parallelism, which can be achieved by evenly distributing rows across all AMPs.
Improving Query Optimization with Teradata IPE Learn about Teradata IPE, a technique that uses additional information collected during query execution to create execution plans in fragments.
Improving Teradata Performance with SQL Query Rewriting Learn how to improve the performance of SQL statements by rewriting them through this article on Teradata tuning. Follow along as we analyze a high-runtime SQL statement and optimize it to significantly reduce disk I/O and spool space usage.
Throttles in Teradata Workload Management: Usage, Request and Session Limits What are Throttles used for in Teradata Workload Management? Throttles restrict concurrent sessions, requests, or utilities to safeguard vital resources, such as CPU, memory, and AMP worker tasks, from depletion. Their implementation in Teradata workload management minimizes contention for resources on highly concurrent systems, thus bolstering overall system performance. Throttling