IBM Netezza Latest Version New Features

In this article, we will look into new features that are introduced in the Netezza latest version 7.2.X. IBM Netezza Latest Version New Features includes some useful developer features. Below are the some of the important new features which developer can use. Read: Netezza Striper Features Big Data Appliance Netezza Key Features Netezza Mako Features Netezza Concurrent Truncate Support In Netezza version 7.2.x and later, disk storage for a truncated table is freed only when there are no active concurrent transactions that are started before system committed the TRUNCATE table.…

Continue ReadingIBM Netezza Latest Version New Features
Comments Off on IBM Netezza Latest Version New Features

Netezza DROP TABLE IF EXISTS Syntax and Examples

This is the one of the feature that most of people are waiting since long time. Finally, IBM has added Netezza DROP TABLE IF EXISTS feature in its latest release i.e. Netezza 7.2.X. We will discuss this feature with an example in this article. Netezza DROP TABLE IF EXISTS The Netezza DROP TABLE IF EXISTS option is typically used for scripted applications that are running lot of SQL commands, and you want to suppress the ‘table already exists error message so that it does not halt the scripted application. The…

Continue ReadingNetezza DROP TABLE IF EXISTS Syntax and Examples
Comments Off on Netezza DROP TABLE IF EXISTS Syntax and Examples

Netezza CREATE TABLE IF NOT EXISTS Syntax and Examples

This is the one of the feature that most of people are waiting since long time. Finally, IBM has added Netezza CREATE TABLE IF NOT EXISTS feature in its latest release i.e. Netezza 7.2.X. We will discuss this feature with an example in this article. Netezza CREATE TABLE IF NOT EXISTS The IF NOT EXISTS option is typically used for scripted applications that are running lot of SQL commands, and you want to suppress the ‘table not found’ error message so that it does not halt the scripted application. The…

Continue ReadingNetezza CREATE TABLE IF NOT EXISTS Syntax and Examples
Comments Off on Netezza CREATE TABLE IF NOT EXISTS Syntax and Examples

Netezza Unload Table using External Tables and Examples

You can unload the tables for number of reasons such as take backup of table, send data to external customer or copy data to other appliance. In this article, we will check on Netezza Unload table using external tables and some examples. Netezza Unload Table using External Tables You can unload data from a user table into an external table and load data from an external table into a user table by using the text-delimited format. If you want to create the fixed-width file using external tables then you will…

Continue ReadingNetezza Unload Table using External Tables and Examples
Comments Off on Netezza Unload Table using External Tables and Examples

Netezza SET ON_ERROR_STOP and Examples

When you are working on Netezza data warehouse (IBM Puredata Systems) appliance, you will be executing multiple SQL statement in single SQL file. In this article, we will discuss about the Netezza SET ON_ERROR_STOP variable to stop the execution in case one of the sql statement encountered error inside script. Without this variable, Netezza will continue with other statements ignoring the failed query. Netezza SET ON_ERROR_STOP Netezza nzsql command with option -f executes all sql statements in the files. If you want the nzsql command to stop and exit when…

Continue ReadingNetezza SET ON_ERROR_STOP and Examples
Comments Off on Netezza SET ON_ERROR_STOP and Examples

Netezza Just In Time (JIT) statistics

You might know how the Netezza generate statistics works and how to generate the stats on the tables. Read my other post Netezza generate statistics: Best Practices. In this post, we will discuss about the Netezza Just in Time (JIT) statistics. Netezza Just in Time (JIT) statistics The Netezza system automatically generates Just in Time (JIT) statistics on user tables to help the optimizer refine planning when you fire the query to Netezza system. Netezza JIT statistics comes handy when there is a skew in the table, it improves the…

Continue ReadingNetezza Just In Time (JIT) statistics
Comments Off on Netezza Just In Time (JIT) statistics

Netezza External Table DATAOBJECT Option

In this article, we will discuss about the Netezza external table DATAOBJECT and REMOTESOURCE option and how these options work. You must specify these options in case if you are using separate Linux host or an edge node to connect to Netezza data warehouse appliance. Edge Node Background An edge node is something that most of the organisations uses to connect to Netezza server. The edge node will have the all the required scripts to perform the ETL or ELT operations. Normally, edge nodes are installed with JDBC, ODBC or…

Continue ReadingNetezza External Table DATAOBJECT Option
Comments Off on Netezza External Table DATAOBJECT Option

Netezza SET CATALOG command: Connect to Different Database from same Session

If you are a business analyst or data architect then you have to work on the different database to identify the relevant data to come up with business decisions on a particular design. You can connect to multiple databases from the current Netezza sessions using Netezza SET CATALOG command Use the SET CATALOG command to connect to a different Netezza database in the same session. This command is the session specific i.e. as soon as the execution ends in current session; Netezza reverts back to the original database. Read: Commonly…

Continue ReadingNetezza SET CATALOG command: Connect to Different Database from same Session
Comments Off on Netezza SET CATALOG command: Connect to Different Database from same Session

Netezza Storing Large data files to Local Systems

If you are working as a data analyst or business analyst then you may have to download the files to your local for analysis purpose. In this article, we will discuss on Netezza storing large data files to local systems. If you have installed different Netezza SQL tools then it is very easy to store the large set of results to local system. Netezza Storing Large data files to Local Systems- Methods There are multiple methods that you can follow in Netezza Storing Large data files to Local Systems Windows…

Continue ReadingNetezza Storing Large data files to Local Systems
1 Comment

Netezza Integer Value Check

If you are working on the different data sources and trying to load data to Netezza from multiple sources than you might encounter issues such as characters in integer column and that leads the loading to fail. Hence, it is very important to perform Netezza integer value check when you are not sure about source data types. Why should check for bad Records? If you are working on the data warehouse and multiple sources, sometimes you load in data sourcing from character data into a numeric or integer field in…

Continue ReadingNetezza Integer Value Check
Comments Off on Netezza Integer Value Check