What's new in HCL Informix®
HCL Informix®15.0.0 has new, changed, and removed features.
What's new in HCL Informix® version 15.0.0.1
What's new in HCL Informix® version 15.0.0
- Java version update
- Support for larger chunks, larger fragments, larger pages and more rows per page with new 8-byte row identifier
- External smart blobs
- Invisible indexes
- Obtain query plan of a running query
- Improved audit records analysis
- Replication update: changes to '--cascade replicate':
- InformixHQ enhancements
- CSDK Enhancement
- Backup on cloud enhancement
- Wirelistener API enhancement
- Helm Chart Deployment
What's new in HCL Informix® version 15.0.0.1
- Release platform update
-
HCL Informix® 15.0.0.1 is available on Windows Platform. For more information, see Release notes.
- CSDK Update
-
Starting from HCL Informix® 15.0.0.1, .Net Framework will not be included.
What's new in HCL Informix® version 15.0.0
- Java version update
-
Minimum Java version supported is updated to Java 11.
Support for larger chunks, larger fragments, larger pages and more rows per page with new 8-byte row identifier
A single fragment in Informix server version 15.0.0 can grow up to 140 trillion pages. Chunks may be as large as 8 exabytes. Page sizes of 256k are supported, which can each store tens of thousands of rows. These and other limits have been raised significantly.
For more information, see Limits in Informix, SMALL and LARGE tables, TABLE_SIZE session environment option.
External smart blobs
Smart Large Objects can now be stored externally in directories of a user’s choice. This can be done using onspaces utility with new '-Ed' and '-En' options. The user will then be responsible for their own backups, restores, and replication of those Large Objects. A traditional smart blob space will still be required for all smart blob meta data.
For more information, see Storing large objects externally.
Invisible indexes
An invisible index is ignored by the query. Although similar to a DISABLED index , an invisible index is maintained and does not require a rebuild when made visible.
For more information on invisible indexes, see VISIBLE and INVISIBLE options for indexes, CREATE INDEX statement.
Obtain query plan of a running query
A new option qplan is now available with onstat -g command to print a running query and its plan. This helps database administrators to identify a slow running process which may be running a slow query. This also helps the administrators to get a more realistic view of the plan of a running query.
For more information, see onstat -g qplan command: Print running query and its plan.
Improved audit records analysis
Audit records now include session id, informing which audit records belong to which session, thereby helping the administrator in better audit log analysis.
For more information, see The onshowaudit utility.
Replication update: changes to '--cascade replicate'
The --cascade replicate option is now generally available for replicates, also through templates. A replicate having the --cascaderepl option turned on will be able, on its only sending participant, to pick up transaction traffic arriving through other replicates.
For more information, see cdr define replicate, cdr modify replicate, cdr realize template.
- InformixHQ enhancements
- For latest enhancement in InformixHQ, see What's new in InformixHQ.
CSDK Enhancement
- CDC applications are now supported on secondary servers. For more information, see cdc_set_fullrowlogging() function.
- New .NET Entity Framework Core Provider is released with 15.0.0. For more information, see HCL Informix .NET EF Core Provider Guide.
- CSDK now supports 8-byte rowid option for large
tables. To use this feature, you must recompile.Note: Previous versions of CSDK are still compatible with version 15.0.0, but are limited to 4-byte rowids.
Backup on cloud enhancement
The S3 backup capability in ontape is removed and OnBar/PSM is used for backup on cloud. For more information, see Backup capability in ontape.
Helm Chart Deployment
HCL Informix server now supports deployment into Kubernetes clusters via Helm charts. For more information, see Deploying HCL Informix using Helm charts.
Wirelistener API enhancement
-
Mongo Listerner API : Communicates with Informix server via Mongo Client/Commands.
- Rest Listener API : Communicates with Informix server via REST APIs.
- CSDK now supports 8-byte rowid option for large
tables. To use this feature, you must recompile.Note: Previous versions of CSDK are still compatible with version 15.0.0, but are limited to 4-byte rowids.