In addition to a few bug fixes, this release contains two (2) new utilities in sharksql$examples -
- PERSONNEL.COM in sharksql$examples. This is a DCL menu driven utility that can be used to create the SharkSQL sample database PERSONNEL and perform various database operations (backup, restore, loading data from binary load files and CSV files and dropping the database). The PERSONNEL database is very similar to the sample database provided by Oracle Rdb and highlights various SharkSQL configuration options.
By examining the DCL script PERSONNEL.COM, one can see actual examples of configuring:
Multiple schemas using -- Value based partitioning
- Domain usage
- Cross-schema views
- Cross-schema foreign key constraints
- Cross-schema triggers
- Check constraints and computed values
- Data security features
- Page and Record encryption
- Signature constraint
- Column NO UPDATE constraint (prevents a column from being updated with an UPDATE statement)
- BENCHMARK.COM in sharksql$examples. This is a DCL menu driven utility and is based on the pgbench benchmark test available for PostgreSQL (sort of TPC-B test). With this SharkSQL benchmark utility you can:
- Create the BENCHMARK database
- Load data into the tables of the BENCHMARK database, so one can run benchmark tests with different amounts of data
- Execute read-write benchmark tests
- Execute read-only benchmark tests
- Display all benchmark test results since the BENCHMARK database has been created
- General Information: Info@sharksql.com
- Technical Support: Support@sharksql.com
- SharkSQL Community Forum