Which important timeouts exist on SAP HANA side?
The most important timeouts on SAP HANA side are:
Parameter | Default | Unit | Description |
global.ini -> [persistence] -> log_backup_timeout_s | 900 (15 minutes) | s | Time after which a log backup is performed at latest (SAP doc 1642148) |
indexserver.ini -> [transaction] -> lock_wait_timeout | 1800000 (30 minutes) | ms | Time after which a record or table lock wait is terminated |
indexserver.ini -> [session] -> idle_connection_timeout | 1440 (1 day) | min | Time after which an idle connection is terminated (SAP doc 1836774) |
indexserver.ini -> [session] -> tcp_keepalive_time | 600 (10 minutes) | s | Time after which a dead connection is terminated (SAP doc 1836774) |