ChangesIn74

  1. SQL
    1. Features removed
    2. New reserved keywords
    3. Changes to system tables
    4. New functions
    5. Changes to locking (also 7.3)
    6. Changes to stored procedures (also 7.3)
    7. Changes to ALTER
    8. Other changes
  2. Administration
    1. The log handling is completely rewritten
    2. Backups are always consistent (no checkpoint anymore)
    3. Log writing can be switched off
    4. An incremental backup contains changes since last complete backup
    5. A restored database can be smaller than original database
    6. Archive Stage Command for Log Backups
    7. db_offline -quick dropped
    8. Kernel parameter removed
    9. Kernel parameter added
  3. Interfaces
    1. Support for JDBC 3.0
    2. Python interfaces have been moved to package sapdb
    3. ODBC
  4. Tools
    1. Replication Manager has been renamed to SAP DB Loader
    2. New Features of SAP DB Loader
    3. New Tool DB Analyzer
    4. Some SQL Studio Dialogs/Menus have been renamed
    5. New menu in SQL Studio Catalog Manager

SQL
Features removed
New reserved keywords
Changes to system tables
New functions
Changes to locking (also 7.3)
Changes to stored procedures (also 7.3)
Changes to ALTER
Other changes
Administration
The log handling is completely rewritten

The management of undo and redo log is completly rewritten. The main difference compared with older releases is that undo and redo log is seperated now. The undo log is written into the data volumes and only the redo log is written to the log volume. This was necessary for livecache recovery and increasing performance. This is also the basis for implementing additional features like multi log queues and unlocked commited read for sql data.

Backups are always consistent (no checkpoint anymore)

Another advantage of the new log handling is that the old "checkpoint" became obsolete. So data backups can always be restarted without log backups.

Log writing can be switched off

In admin mode the transactions can be forced to write no redo log.

An incremental backup contains changes since last complete backup

This simplifies restoring a database as only one incremental backup is needed in addition to the last complete backup. In 7.3, an incremental backup contained the changes since last incremental backup.

A restored database can be smaller than original database

In 7.3, a database for a restore had to to be large enough for n pages, with n being the highest used page number in the backup. With 7.4, n is only the number of pages actually in use.

Archive Stage Command for Log Backups
db_offline -quick dropped

A db_offline will now cancel all running sessions.

Kernel parameter removed
Kernel parameter added

Kernel parameters are documented in <dependent_path>/env/cserv.pcf.

Interfaces
Support for JDBC 3.0

The driver continues to work seamlessly in JDBC 2.0 environments.

Python interfaces have been moved to package sapdb

There exist wrapper to access these modules using the old name.

ODBC
Tools
Replication Manager has been renamed to SAP DB Loader

This affects

There exist wrapper to access the Loader using the old name.

New Features of SAP DB Loader
New Tool DB Analyzer

DB Analyzer is a tool to search for performance bottlenecks.

Some SQL Studio Dialogs/Menus have been renamed
New menu in SQL Studio Catalog Manager

The dialogs will open with the selected Catalog Object.

last edited 2005-11-03 14:44:48 by pcai056