CUBRID 11.0 has been released, and the DB engine has changed to Apache license 2.0. (CUBRID 10.2 or lower versions adopt GPL v2 or higher license)
Security: Enhanced security by providing TDE (Transparent Data Encryption) based data encryption and packet encryption
Fast: Enhanced features through supporting hash scan and query cache
Convenience: Enhanced conveniences by providing statement-based replication on HA, supporting DDL audit, and separating java sp as a separate service
1. Key Features and Improvements
* Encryption
- Provide table-based data encryption (TDE: Transparent Data Encryption)
- Provide packet encryption between the driver and server
* Features Enhancement
- Support hash scan
- Support QUERY_CHACHE hints
* SQL extends
- Support RVC (Row Value Constructor)
- Extended alter table syntax that can only modify column descriptions
- Provide dual table
- Support REGEXP function which support Unicode
* Enhancement of convenience
- Support USE_SBR hints (statement-based replication between HA)
- Support NO_LOGGING hints
- Provide show page buffer status syntax
- Support DDL audit function
- Separate java sp as a separate service
* Other bug fix
For more details, please refer to the CUBRID 11.0 online release notes (https://github.com/CUBRID/cubrid/releases/tag/v11.0) and online manuals (https://www.cubrid.org/manual/en/11.0)
2. Precautions
- It is not compatible with the volumes of previous versions (10.2 or less), so DB reconfiguration is required when upgrading 11.0
3. Environmental requirements
- Linux: 64bit, kernel 2.4 or higher, Windows: Windows7 or higher (Windows7 is needed the latest update patch)
- JRE 1.6 or higher is required when using JSP or CUBRID Admin/CUBRID Manager
4. Download
- Product download: https://www.cubrid.org/downloads
- Product source code: https://github.com/CUBRID/cubrid/tree/v11.0