Support for multiple OR’d values in partition qualifiers for aggregation indexes
Support for partition qualifiers in aggregation indexes that have partial columns as the first component
Support for partition qualifiers in aggregation indexes that have partial columns as the first component
Support for the DISTINCT_IN_PARTITION option to the COLUMN statement within Union Views. This option indicates that count distinct operations on this column are better optimized because the administrator guarantees that values are distinct within each partition.
Support for the CACHE/NOCACHE options in the DBUNION rules in environment files. This option indicates that the grid processing should cache connections to the node so that repeated calls to CLoaconnect, CLoaopencursor, CLoaclosecursor and CLoadisconnect are not needed for each node within each query.
Extend limit for Alt Sorts using Aggregation Indexes from 16 components to 32 components
Enhance Union View processing to honor DISTINCT_IN_PARTITION clauses on SELECT DISTINCT … statements.
Support for Postgres RDBMS using our DataAccess ODBC driver
Further support for partial-length components as partition qualifiers in Aggregation Indexes.
Change sequence of instructions in Omnidex kernel to circumvent a Microsoft compiler optimization error
Enhance grid (DBUNION) processing to honor UNIQUE_TO_PARTITION clauses on SELECT DISTINCT … statements.
Support for compiling and running in 32-bit mode on 64-bit Windows architecture.
Improve performance on Record Specific processing on Windows.
Support multiple databases in NODE section and multiple table.column in the UNIQUE_TO_NODE clause of DBUNION rule.
Fix error on criteria with long quoted strings
Favor ASK over MDK optimization for distinct key processing.
Fix problem with temporary files on certain aggregations.