Netezza Performance Server 11.2.2.4 release notes
Deployment options: Netezza Performance Server for Cloud Pak for Data SystemNetezza Performance Server for Cloud Pak for DataNetezza Performance Server for Cloud Pak for Data as a
Service
Important:
- 11.2.2.4 is compatible with Netezza Performance Server for Cloud Pak for Data System 2.0.X, Netezza Performance Server for Cloud Pak for Data, and Netezza Performance Server for Cloud Pak for Data as a Service.
- Netezza Performance Server clients older than 11.2.2.0 do not work with version 11.2.2.4 as a strict TLS 1.2 cipher set is used to conform to security standards. If you want to use clients older than 11.2.2 (including PureData System for Analytics clients), apply the workaround that is specified for Netezza Performance Server 11.2.2.1 release notes.
- Ensure that you have Java 1.7 or later.
For more information, see Installing and configuring JDBC .
- Ensure that you have the Netezza Performance Server Go driver 1.15 or
later.
For more information, see Installing and validating the Go Driver.
- Starting from Netezza Performance Server 11.2.2.0, the name of
the host container is
ipshost-0
. You can access the host container by running the oc command instead of the docker command.
New features
- Querying data from data lakes
- You can use the technology preview of the Netezza Performance Server external tables to access and query
parquet
files that are stored outside of your database in data lakes (on AWS S3) with Netezza Performance Server for Cloud Pak for Data as a Service. For more information, see Querying data. - Kafka
- You can use Netezza Performance Server as a datasource or data sink. For more information, see Using Netezza Performance Server for Cloud Pak for Data as a Service as a data source and Using Netezza Performance Server for Cloud Pak for Data as a Service as a data sink.
- Backup and restore
- Enabled
enablesplitdelete
by default. - Kerberos
- Added Kerberos with SSL support for the
nzsql
client.
Resolved issues
- Fixed the issue with tables being broadcast on all SPUs from correlated subqueries, which resulted in the following error: SPU swap partition : Disk temporary work space is full.
- Fixed the issue with upgrade failing with the following error: Invalid UPGRADEKIT.
- Fixed the issue with frequent host node failover that was caused by an incorrect value of
fs.file-max
. - Fixed the issue with the Kerberos user domain name getting removed after you logged in with the JDBC driver.
- Fixed the issue with user not being able to drop the default value for a column of a groom table.
- Fixed the issue with Postgres crashing, which was caused by go runtime not being able to handle signals.
Known issues
- Running the CREATE EXTERNAL TABLE command through
nzdumpschema
- If you run the CREATE EXTERNAL TABLE command through nzdumpschema, the command does not work.
- Adding columns on tables that were created from version tables
- If you add a column on a table that was created from a version table, the command results in the following error: ERROR: Attribute 'C1' is repeated. Must have an appropriate alias.
datasource
- Starting from 11.2.2.4,
datasource
is a reserved keyword. If you want to usedatasource
as an identifier, enclose it in double quotation marks ("datasource"
). nzrestore
fails if backup is taken withBUCKET_URL
having slashes.- Whenever the
nzrestore
failure happens with following error:
Check the backup command and verify whether[Restore Server] : Starting the restore process [Restore Server] : Operation aborted Error: Connector exited with error: 'The specified key does not exist. with address : xx.xxx.xx.xxx'.
BUCKET_URL
is having slashes as shown in the following example:BUCKET_URL=bakcupbucket/subdir/ UNIQUE_ID=2024-01-12