- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Persistence layer in SAP HANA
In SAP HANA, Persistence layer is used for handling all operational and transaction data to take secure backup and restoring data incase of corruption or database crash. It provides use of Save point which can be used for restoring data.
With use of concept of persistence layer of SAP’s relational database, it ensures the successful data restores. Besides managing log data on the disk, HANA’s persistence layer allows read and write data operations via all storage interfaces.
Persistence layer in HANA ensures that database can be restored to the most recent committed state after a restart or after a system crash and transactions are executed completely or completely undone. SAP HANA Persistent Layer is part of Index server and it has data and transaction log volumes for HANA system and in-memory data is regularly saved to these volumes. There are services in HANA system that has their own persistence. It also provides save points and logs for all the database transactions from the last save point.
- Related Articles
- Use of Persistence layer in SAP HANA
- SAP HANA database functions in HANA Cockpit
- SAP HANA Modeling Perspective in HANA Studio
- Customizing SAP HANA Perspective in HANA Studio
- TCP/IP port in SAP HANA to access SAP HANA XS Engine
- Data compression in SAP HANA
- M_Expensive statement in SAP HANA
- Using aggregated in SAP HANA
- Use of SAP Host Agent in SAP HANA
- Start and stop HANA system in SAP HANA Studio
- Using SAP HANA Cockpit for HANA Administration
- Opening SAP HANA Cockpit from HANA Studio
- Data Preview option in HANA Modeling view in SAP HANA
- In-memory read in SAP HANA
- Python object persistence (shelve)
