Utilities & Loading
A collection of 89 issues
Coming soon: A Modern Web-Based Alternative to Teradata Studio
Introducing DWHPro Query Master: A Modern Web-Based Alternative to Teradata Studio
As Teradata professionals, we've all been there: waiting for Teradata Studio to launch, dealing with Java updates, or struggling with its dated interface when all we want to do is run a quick query. That's
From QueryBand to Query Tag
Rounding Differences Between Teradata and Snowflake
Teradata’s Semicolon Optimization vs. Snowflake’s Architecture — Two Worlds, One Goal
Migrating Bulk Loads from Teradata to Snowflake
Fast multi-file export of Teradata query results using only Teradata SQL Assistant
I was recently approached to support a case of importing the results of a Teradata query into a third-party vendor database. On the export side, Teradata happily wrote close to 60 million rows into a single, wide CSV file. On the other side, the import process to the target database
The Teradata AMP Worker Task
Introduction to the Teradata AMP Worker Task
The Teradata AMP Worker Task or AWT is the heart of the AMP, responsible for executing tasks and ensuring the smooth functioning of the system. AWTs are threads that process incoming tasks in the AMP. Each AMP has a finite pool of AWTs,
When Teradata Space Shortage Impacts System Performance
Running out of free Cylinders in Teradata
Encountering a situation where free cylinders are exhausted is a significant concern when managing a system, and no more Teradata Space is available. It's an issue that can adversely impact the operations and efficiency of the database, leading to potential slowdowns
Effortlessly Loading a CSV File into Teradata using Python
Learn how to easily load a CSV file into a Teradata database using Python with minimal code. No need for complex scripts or ETL tools. Read more.