SAP HANA
SAP HANA is an in-memory, column-oriented relational database that serves as the data foundation for SAP S/4HANA and many enterprise analytics workloads. While HANA keeps working data in memory for performance, it persists that data to disk so the database survives restarts and can be recovered. That on-disk persistence is what TDP protects. The most important on-disk asset is the data volume, which lives under the persistence base path (for example,/hana/shared/data/<SID>). It contains:
- Data volumes (
datavolume_*.dat): The primary persisted copy of your database — tables, column stores, and the contents flushed at each savepoint. - Log volumes: The redo log, used to recover committed transactions after a restart or crash.
- Native backups: Data and log backups written by
BACKUP DATAand log-backup operations.
Key features
TDP has the following features:- Seamless encryption: Encrypt entire directories — including the SAP HANA data directory — with strong, standards-based encryption, so your persisted database is always protected on disk.
- Transparent operation: Encryption and decryption happen in the kernel as SAP HANA reads and writes its files, with no changes to the database itself.
- Centralized management: Define encryption policies and manage keys from a single CryptoHub interface, and monitor which directories are protected.
Benefits of the integration
Integrating with CryptoHub provides the following benefits:- Data-at-rest protection for your database: The authoritative on-disk copy of your SAP HANA database is stored as ciphertext, so raw storage access does not expose your data.
- Operational transparency: SAP HANA runs against the encrypted mount without application changes; the database reads and writes exactly as it would on a normal filesystem.
- Centralized key and policy control: Encryption keys never live with the data — they are managed on CryptoHub and delivered to the agent under policy.

