SlideShare a Scribd company logo
1 of 23
Download to read offline
1© 2014 SAP AG or an SAP affiliate company. All rights reserved.
SAP HANA SPS 10 - What’s New?
SAP HANA dynamic tiering
SAP HANA Product Management May, 2015
(Delta from SPS 09 to SPS 10) Public
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 2
Disclaimer
This presentation outlines our general product direction and should not be relied on in making
a purchase decision. This presentation is not subject to your license agreement or any other
agreement with SAP.
SAP has no obligation to pursue any course of business outlined in this presentation or to
develop or release any functionality mentioned in this presentation. This presentation and
SAP’s strategy and possible future developments are subject to change and may be changed
by SAP at any time for any reason without notice.
This document is provided without a warranty of any kind, either express or implied, including
but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or
non-infringement. SAP assumes no responsibility for errors or omissions in this document,
except if such damages were caused by SAP intentionally or grossly negligent.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 3Public
Agenda
High availability
 Automatic host-failover for dynamic tiering node
Backup & Recovery
 Implementation of Backint for SAP HANA; Further enhancements in backup system
Multitenant database containers
 Support for dynamic tiering in tenant databases
Administration and monitoring
 New monitoring views; new cockpit tiles; new roles for DT admin/monitoring users
Further features
 Support for extended tables in EIM flow graphs; upcoming Data Lifecycle Management Tool
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Public
Host Auto Failover for Dynamic Tiering Hosts
High availability within database cluster
HANA plus DT is a clustered database
So you may want to set up standby hosts
 Standby for either Indexserver (standard HANA) or esserver (DT)
 One host cannot be standby for both at the same time
Automatic failover now also available for dynamic tiering hosts
 With DT standby host, no manual intervention necessary in case
the DT host fails
 System automatically activates DT standby
 Database remains available during failover procedure, only DB
requests that access DT will fail
Classical HANA services
Compute
node
Hot Store
Warm Store Service
Compute
node
Standby
node
Auto-
Failover
Standby
node
Warm Store
Auto-
Failover
mirror
mirror
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 5Public
Host Auto Failover for Dynamic Tiering Hosts
High availability within database cluster
How to set up DT system for host auto failover
System needs two DT hosts
 Add one with role “EXTENDED_STORAGE_WORKER”
 Add second one with role “EXTENDED_STORAGE_STANDBY”
 Both hosts need to have the same hardware layout
 Add hosts during installation or later (in hdblcm(gui))
Take care of assigning correct failover group:
 DT worker and standby must be in the same, dedicated failover group
 A host can only be standby for HANA workers or dynamic tiering
workers, not for both at the same time.
 If you want standby for HANA and dynamic tiering workers, you need
two different standby hosts Classical HANA services
Compute
node
Hot Store
Warm Store Service
Compute
node
Standby
node
Auto-
Failover
Standby
node
Warm Store
Auto-
Failover
mirror
mirror
Failover Group
„extended_storage“
Failover Group
„default“
HANA
DT
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 6Public
Backup & Recovery in SAP HANA Dynamic Tiering (DT)
Implementation of the BACKINT interface
Backup & recovery affects full DB
We always back up memory + disk store!
 Works the same way as in regular scale-out:
– All hosts are included in backup
– All worker processes must be running
New HANA Delta Backup not yet for DT
 Planned for future release
With SPS 10: implementation for Backint
API for 3rd party backup solutions
 See next slide for info on Backint for SAP HANA
Backint is a two-party implementation
 HANA-side implementation now also includes DT
– Backup, recovery, query backup catalog, delete
 Tool vendors implement backup agent
Add-on certification process planned
 Backup tools will need to be certified for the new
HANA+DT system
 Not included in regular Backint for HANA certification
 Certification will be offered after first pilot (Q3/Q4)
Dynamic
tiering
HANA
Index
server
One Data backup
Name
server
XS
engine
DT
table
spaces
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 7Public
SAP HANA Backup and Recovery
3rd party backup tools: “Backint for SAP HANA” API
SAP HANA provides a backup/recovery API for
connecting 3rd party backup tools
 For both data and log backups
 “Backint for SAP HANA” API can be implemented by a
3rd party backup agent (certification required)
 Provides functions for backup, recovery, query, delete
 3rd party backup agent runs on the SAP HANA server,
communicates with 3rd party backup server
 Backups are transferred via pipe
 Direct integration with SAP HANA:
– Data backups to Backint can be triggered/scheduled
using SAP HANA studio, SQL commands, or DBA
Cockpit
– Log backups are automatically written to Backint (if
configured)
SAP HANA
Database
3rd Party
Backup
Server
3rd Party
Backup Agent
SAP HANA
studio
Backup/
recovery
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 8Public
Single backup location for HANA and DT processes
Single backup location for HANA and DT
Previously (SPS 09):
 DT had dedicated location for data and log backups
 Parameters: global.ini | [Persistence] |
basepath_databackup_es / basepath_logbackup_es
New situation (starting with SPS 10):
 DT and HANA backups always written to same
location
 Parameters: global.ini | [Persistence] |
basepath_databackup / basepath_logbackup
 These locations must be accessible from all hosts of
the system, including the DT host
Consequence of new backup location
Upgrade to SPS 10 breaks backup history
Upgrade preparation:
 Create final data backup before upgrade
 Stop database:
sapcontrol -nr <instance> -function stopsystem HDB
 On file system, move old data and log backups of
dynamic tiering from previous location to global HANA
backup locations
[This ensures that system finds log backups after update]
Then upgrade HANA + DT to SPS 10-level
Post-upgrade step:
 After upgrade, point-in-time recovery is unavailable
 Create full database backup to enable PITR again
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Public
Co-Deployment of HANA and DT on single host
Non-Productive Scenario: Co-Deployment of HANA and DT on single
host
In SPS 10 supported, including backup/recovery
 Only supported for non-productive installations
Installation
 Install HANA and DT server software as usual
 Do not add a second host (DT host) during installation
 For data and log of DT, choose either dedicated location (hana/data_es/<SID>)
or same as HANA location (e.g. /hana/data/<SID>)
Add „extended_storage_worker“ role to the HANA host
 Must configure using hdbmodify – not configurable through hdblcm/hdblcmgui
 /hana/shared/<sid>/global/hdb/install/bin/hdbmodify 
--add_local_roles=extended_storage_worker --
listen_interface=global
 This starts the esserver process on the HANA host
Then create extended storage as always
 Using SQL or SAP HANA Cockpit
SAP HANA host
indexserver esserver
daemon nameserver xserver
Roles „worker“ and „extended_storage_worker“
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 10Public
Multitenant Database Containers (MDC)
MDC setups with SAP HANA dynamic tiering
SAP HANA dynamic tiering is now also available for tenant databases
 Each tenant database can be associated with zero or one extended stores
 Each extended store is dedicated to exactly one tenant database
 Each extended store requires a dedicated dynamic tiering host
SAP HANA system with MDC and dynamic tiering
Compute node
System Database
Compute nodeCompute node
Tenant Database <B>
Extended Store
Tenant Database <A>
Tenant Database <C>
Extended Store
Classical HANA (single-node or scale-out)
DT Host <B> DT Host <C>
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 11Public
Multitenant Database Containers (MDC)
Details of using dynamic tiering in MDC setups
Installing DT in an MDC setup
Install DT software as usual
 During HANA installation or add at later point in time
Add DT hosts
 Add one „Dynamic Tiering Worker“ for each tenant DB
that needs dynamic tiering
 If required, also add „Dynamic Tiering Standby“ hosts
 Make sure each host has unique location for DT data
and log volumes
Create Extended Storage for tenant DBs
 In each tenant DB:
– Add esserver: ALTER DATABASE <name> ADD
'esserver' AT <host:port>
– Import delivery units for dynamic tiering into tenant DB
– Create extended storage in tenant DB
 For full details: see administration guide for dynamic
tiering at http://help.sap.com/hana_options_dt (SPS 10)
Backup & Recovery with DT and MDC
File-based Backups
 Backup/Recovery of tenant database includes its extended
storage
 No functional differences to MDC without DT
Backint
 DT implementation of Backint does not cover MDC
 Planned for future release
Other properties and limitations in SPS 10
Cross-tenant queries
 Not yet supporting cross-tenant access to extended tables
Tenant isolation
 Strong tenant isolation is not yet supported
Licence management
 Single DT license for entire HANA system
 DT license sets cumulative size limit for all tenant DBs
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 12Public
Five New Monitoring Views for Dynamic Tiering with SPS 10
M_ES_OVERVIEW
 Tabular information on important system properties
 Version, block and buffer usage, backup status, and more
M_ES_DELTA_MEMORY
 Lists all extended tables that are delta-enabled
 Plus delta memory usage broken down by components
M_ES_CONNECTIONS
 Lists information about processes running in dynamic tiering
– test
 Connection and user ID, type of command being executed, number of threads used by
the connection, time since last request was entered through the connection, and more
M_ES_TRANSACTIONS
 Lists active transactions running in dynamic tiering
 Connection and user ID, state of transaction (ACTIVE, COMMITTING, etc.), start time,
and more
M_ES_LOCKS
 Lists information about all locks currently held in extended store
 Connection and user id that has the lock, the table and row(s) that are locked, the type of
lock (SHARED, READ, WRITE…), and more
DT has its own connection management
 DT connections are linked to HANA connections
 View M_REMOTE_STATEMENTS
– CONNECTION_ID = HANA Connection (e.g. from
M_CONNECTIONS)
– REMOTE_CONNECTION_ID = DT Connection (from
M_ES_* views)
 Find all DT-connections of HANA user RICHARD:
select * from
M_REMOTE_STATEMENTS as A inner join
M_ES_CONNECTIONS as B
on A.REMOTE_CONNECTION_ID =
B.CONNECTION_ID
where A.USER_NAME = 'RICHARD'
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Public
New SAP HANA Cockpit Tiles Related to Dynamic Tiering
Two new Tiles in SAP HANA Cockpit
User Tables
 Determine tables that are candidates for
conversion to extended tables
Dynamic Tiering Server Configuration
 View and Change parameterization of SAP HANA
dynamic tiering database process (esserver)
Two new roles for DT Tiles
Monitoring user (view DT tiles)
 sap.hana.tiering.roles::Monitoring
Administer DT (change configuration etc.)
 sap.hana.tiering.roles::Administration
 Includes Monitoring role and system privilege
EXTENDED STORAGE ADMIN
Required only for the DT tiles
 You also need the regular admin/monitoring roles
to access SAP HANA Cockpit itself
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 14Public
SAP HANA Cockpit
New tile: Dynamic Tiering Server Configuration
Tile to edit esserver.ini entries:
• ‘esserver.ini’ is the configuration file for the DT server
• Click on “Edit” button at bottom right of screen to delete
or modify existing entries in the esserver.ini file.
Examples:
• delta_memory_mb: amount of memory available to
store delta enabled extended tables
• num_threads: maximum number of threads to be
used by DT server
• There is also a ‘+’ sign at the top right of the screen to
set additional DT server configuration parameters
(parameters that should be set only with the help of a
support engineer)
• These new entries become part of the esserver.ini
file
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Public
SAP HANA Cockpit
New Tile „Table Usage"
Find candidates for extended tables
Combine size and usage information
 Only displaying HANA column tables
 Table size in MB/GB
 Number of read operations on table
 Number of write operations on table
Convert table to extended table
 Select one or multiple tables
 Convert to extended tables
 Control delta creation in conversion
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Public
Security
Audit logging for management of extended storage
Changes to the configuration of a dynamic tiering system
New group of audit actions „SAP HANA Dynamic Tiering“
 Audit creation, change and dropping of extended storage
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 17Public
SAP HANA Enterprise Information Management
Can now be used with extended tables
 Include extended tables in flow graphs
 As data source or data sink
 Based on tasks or stored procedures
Value Proposition
 Load into extended tables from within HANA system or external data sources
 Model and schedule data movement between in-memory and extended tables
 Data staging in native HANA data warehouses
EIM Flow Graphs with Extended Tables
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 18Public
SAP Data Warehousing Foundation
Data Lifecycle Manager (DLM)
Optimize the memory footprint of SAP HANA
 Leverage SAP HANA Dynamic Tiering, Hadoop or
SAP Sybase IQ with a tool-based approach to
setup an aging strategy
 Optimize memory footprint in SAP HANA
native use cases
 Define data slices on SAP HANA tables to be
displaced from SAP HANA memory
 Optimize union access between the tables
Automated Data Movement between stores
 Generated Stored Procedures to do data mass
movement – in and out
 Schedule data movement using HANA tasks
Planned for Q3/2015
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 19Public
Future Direction
SPS 11 and beyond (2016/2017)
Today
SAP HANA SPS 10
This is the current state of planning and may be changed by SAP at any time.
Outlook SAP HANA dynamic tiering
Summary
 Technical integration
– Common installer
– Integrated administration & Monitoring
– Support for DT in multitenant database containers (MDC)
 Enterprise Readiness
– Host auto-failover, support for storage connector API
– Convergence of file-based backup; Implementation of Backint API
 Functional integration
– Global database catalog
– Cross-store optimizer
– Support in Calculation Models
– Performance optimization for BW data loads
– Enable use of DLM tool to manage extended tables
– Enable HANA EIM to use extended tables in data flows
 Extend enterprise readiness
– Delta backup mechanism
– Full backup/restore integration
– Storage Snapshots
– Integration with system replication
 Focus: Data Volume Management
– Native data lifecycle management
– Scale-out for extended store
 Functional integration
– Support for special functionalities
(series data, geospatial, …)
– Unstructured data, search, …
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 20Public
Outlook: extended usage of dynamic tiering in BW
Use extended tables in transformation and propagation layer
BW – Operational Data
Data Categories in a BW System
Staging Layer
Analytic Mart
Business Transformation
Corporate
Memory
EDW Propagation
EDW Transformation
Archive/NLS
Archived
Planned with BW 7.4 EhP 1 (Q4 2015):
Use extended tables for „warm“ part of transformation and propagation layer (advanced DSOs only)
EDW Propagation
EDW Transformation
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 21Public
PLANNED INNOVATIONS Future DirectionToday
This is the current state of planning and may be changed by SAP at any time.
(BW. 7.4 SP08 + HANA SPS 09) (planned for BW 7.4 EhP 1+ HANA SPS 10) (2016 / 2017)
Outlook: SAP BW & dynamic tiering
Summary
 PSA
 Write-optimized DSO
 “advanced“ DSO (inbound table only)
Target:
 Staging area and corporate memory
 ~20% of BW data footprint
 All major “advanced” DSOs
– Full tables / providers only
– Data separation via simple
“data flow split”
Target:
 As before + „warm“ parts of
propagation & transformation layer
 ~40% of BW data footprint
 Optimizations of reporting/read
access for data in DT
 Optional integration of NLS storage
into dynamic tiering
Target:
 As before + „warm“ parts of
reporting layer
 Max. 70% of data footprint
Remark: SAP NLS with SAP IQ is not replaced by the BW integration of HANA dynamic tiering. NLS is a powerful and sophisticated archiving
solution. It is complementary to dynamic tiering and part of the multi-temperature data lifecycle management of BW. Depending on the scenarios,
data growth and architecture our customers have the option to use both “tiers” or just one.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Public
Where do I find more information on SAP HANA dynamic tiering?
Public Documentation:
http://help.sap.com/hana_platform
 Navigate to SAP HANA Options • SAP HANA Dynamic Tiering
 Covers only DT-specific information
i.e. add-on to SAP HANA platform documentation
Videos in the SAP HANA academy
 http://scn.sap.com/docs/DOC-59988
© 2015 SAP SE or an SAP affiliate company. All rights reserved.
Thank you
Contact information
Dr. Richard Bremer
SAP HANA Platform Product Management
AskSAPHANA@sap.com

More Related Content

What's hot

What's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle ManagementWhat's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle ManagementSAP Technology
 
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)SAP Technology
 
What's new for Text in SAP HANA SPS 11
What's new for Text in SAP HANA SPS 11What's new for Text in SAP HANA SPS 11
What's new for Text in SAP HANA SPS 11SAP Technology
 
SAP HANA SPS10- SAP HANA Development Tools
SAP HANA SPS10- SAP HANA Development ToolsSAP HANA SPS10- SAP HANA Development Tools
SAP HANA SPS10- SAP HANA Development ToolsSAP Technology
 
What's new in SAP HANA SPS 11 SQL/SQLScript
What's new in SAP HANA SPS 11 SQL/SQLScriptWhat's new in SAP HANA SPS 11 SQL/SQLScript
What's new in SAP HANA SPS 11 SQL/SQLScriptSAP Technology
 
SAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP Technology
 
SAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware PlatformsSAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware PlatformsSAP Technology
 
SAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScriptSAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScriptSAP Technology
 
HANA SPS07 Smart Data Access
HANA SPS07 Smart Data AccessHANA SPS07 Smart Data Access
HANA SPS07 Smart Data AccessSAP Technology
 
SAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
SAP HANA SPS10- Predictive Analysis Library and Application Function ModelerSAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
SAP HANA SPS10- Predictive Analysis Library and Application Function ModelerSAP Technology
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP Technology
 
SAP HANA SPS10- Text Analysis & Text Mining
SAP HANA SPS10- Text Analysis & Text MiningSAP HANA SPS10- Text Analysis & Text Mining
SAP HANA SPS10- Text Analysis & Text MiningSAP Technology
 
SAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP Technology
 
SAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA AnswersSAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA AnswersSAP Technology
 
What's new on SAP HANA Workload Management
What's new on SAP HANA Workload ManagementWhat's new on SAP HANA Workload Management
What's new on SAP HANA Workload ManagementSAP Technology
 
How Do You Innovate In a Complex Work? Read How SAP and Intel Can Help
How Do You Innovate In a Complex Work? Read How SAP and Intel Can HelpHow Do You Innovate In a Complex Work? Read How SAP and Intel Can Help
How Do You Innovate In a Complex Work? Read How SAP and Intel Can HelpSAP Technology
 
SAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA ScalabilitySAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA ScalabilitySAP Technology
 
SAP HANA SPS09 - Dynamic Tiering
SAP HANA SPS09 - Dynamic TieringSAP HANA SPS09 - Dynamic Tiering
SAP HANA SPS09 - Dynamic TieringSAP Technology
 
SAP HANA SPS09 - XS Programming Model
SAP HANA SPS09 - XS Programming ModelSAP HANA SPS09 - XS Programming Model
SAP HANA SPS09 - XS Programming ModelSAP Technology
 
SAP HANA SPS09 - SAP HANA Workload Management
SAP HANA SPS09 - SAP HANA Workload ManagementSAP HANA SPS09 - SAP HANA Workload Management
SAP HANA SPS09 - SAP HANA Workload ManagementSAP Technology
 

What's hot (20)

What's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle ManagementWhat's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle Management
 
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
 
What's new for Text in SAP HANA SPS 11
What's new for Text in SAP HANA SPS 11What's new for Text in SAP HANA SPS 11
What's new for Text in SAP HANA SPS 11
 
SAP HANA SPS10- SAP HANA Development Tools
SAP HANA SPS10- SAP HANA Development ToolsSAP HANA SPS10- SAP HANA Development Tools
SAP HANA SPS10- SAP HANA Development Tools
 
What's new in SAP HANA SPS 11 SQL/SQLScript
What's new in SAP HANA SPS 11 SQL/SQLScriptWhat's new in SAP HANA SPS 11 SQL/SQLScript
What's new in SAP HANA SPS 11 SQL/SQLScript
 
SAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload Management
 
SAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware PlatformsSAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware Platforms
 
SAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScriptSAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScript
 
HANA SPS07 Smart Data Access
HANA SPS07 Smart Data AccessHANA SPS07 Smart Data Access
HANA SPS07 Smart Data Access
 
SAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
SAP HANA SPS10- Predictive Analysis Library and Application Function ModelerSAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
SAP HANA SPS10- Predictive Analysis Library and Application Function Modeler
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration Monitoring
 
SAP HANA SPS10- Text Analysis & Text Mining
SAP HANA SPS10- Text Analysis & Text MiningSAP HANA SPS10- Text Analysis & Text Mining
SAP HANA SPS10- Text Analysis & Text Mining
 
SAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA ModelingSAP HANA SPS09 - HANA Modeling
SAP HANA SPS09 - HANA Modeling
 
SAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA AnswersSAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA Answers
 
What's new on SAP HANA Workload Management
What's new on SAP HANA Workload ManagementWhat's new on SAP HANA Workload Management
What's new on SAP HANA Workload Management
 
How Do You Innovate In a Complex Work? Read How SAP and Intel Can Help
How Do You Innovate In a Complex Work? Read How SAP and Intel Can HelpHow Do You Innovate In a Complex Work? Read How SAP and Intel Can Help
How Do You Innovate In a Complex Work? Read How SAP and Intel Can Help
 
SAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA ScalabilitySAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA Scalability
 
SAP HANA SPS09 - Dynamic Tiering
SAP HANA SPS09 - Dynamic TieringSAP HANA SPS09 - Dynamic Tiering
SAP HANA SPS09 - Dynamic Tiering
 
SAP HANA SPS09 - XS Programming Model
SAP HANA SPS09 - XS Programming ModelSAP HANA SPS09 - XS Programming Model
SAP HANA SPS09 - XS Programming Model
 
SAP HANA SPS09 - SAP HANA Workload Management
SAP HANA SPS09 - SAP HANA Workload ManagementSAP HANA SPS09 - SAP HANA Workload Management
SAP HANA SPS09 - SAP HANA Workload Management
 

Viewers also liked

What's new for SAP HANA SPS 11 Dynamic Tiering
What's new for SAP HANA SPS 11 Dynamic TieringWhat's new for SAP HANA SPS 11 Dynamic Tiering
What's new for SAP HANA SPS 11 Dynamic TieringSAP Technology
 
SAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-driveSAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-driveLinh Nguyen
 
SQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and OdataSQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and OdataSAP Technology
 
What's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center OperationsWhat's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center OperationsSAP Technology
 
What's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualityWhat's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualitySAP Technology
 
SAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP Technology
 
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...SAP Technology
 
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...SAP Technology
 
Maximizing Database Tuning in SAP SQL Anywhere
Maximizing Database Tuning in SAP SQL AnywhereMaximizing Database Tuning in SAP SQL Anywhere
Maximizing Database Tuning in SAP SQL AnywhereSAP Technology
 
SQL Anywhere Tips and Tricks
SQL Anywhere Tips and TricksSQL Anywhere Tips and Tricks
SQL Anywhere Tips and TricksSAP Technology
 
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetBig Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetSAP Technology
 
SAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text SearchSAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text SearchSAP Technology
 
Big Data, Big Thinking: Untapped Opportunities
Big Data, Big Thinking: Untapped OpportunitiesBig Data, Big Thinking: Untapped Opportunities
Big Data, Big Thinking: Untapped OpportunitiesSAP Technology
 
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)SAP Technology
 
Enterprise Information Management
Enterprise Information ManagementEnterprise Information Management
Enterprise Information ManagementSAP Technology
 

Viewers also liked (15)

What's new for SAP HANA SPS 11 Dynamic Tiering
What's new for SAP HANA SPS 11 Dynamic TieringWhat's new for SAP HANA SPS 11 Dynamic Tiering
What's new for SAP HANA SPS 11 Dynamic Tiering
 
SAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-driveSAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-drive
 
SQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and OdataSQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and Odata
 
What's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center OperationsWhat's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center Operations
 
What's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualityWhat's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data Quality
 
SAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information Management
 
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
 
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
 
Maximizing Database Tuning in SAP SQL Anywhere
Maximizing Database Tuning in SAP SQL AnywhereMaximizing Database Tuning in SAP SQL Anywhere
Maximizing Database Tuning in SAP SQL Anywhere
 
SQL Anywhere Tips and Tricks
SQL Anywhere Tips and TricksSQL Anywhere Tips and Tricks
SQL Anywhere Tips and Tricks
 
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetBig Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
 
SAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text SearchSAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text Search
 
Big Data, Big Thinking: Untapped Opportunities
Big Data, Big Thinking: Untapped OpportunitiesBig Data, Big Thinking: Untapped Opportunities
Big Data, Big Thinking: Untapped Opportunities
 
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
 
Enterprise Information Management
Enterprise Information ManagementEnterprise Information Management
Enterprise Information Management
 

Similar to SAP HANA SPS 10 What's New - Monitoring and Administration Enhancements

SAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster RecoverySAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster RecoverySAP Technology
 
SAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP Technology
 
SAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle ManagementSAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle Management SAP Technology
 
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle ManagementSAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle ManagementSAP Technology
 
SAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfSAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfssuser17886a
 
SAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/RecoverySAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/RecoverySAP Technology
 
What's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessWhat's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessSAP Technology
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP Technology
 
Leveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine BusinessLeveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine BusinessDataWorks Summit
 
SAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM ServicesSAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM ServicesSAP Technology
 
SAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control CenterSAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control CenterSAP Technology
 
Itm110 how does sap solution manager support sap hana
Itm110 how does sap solution manager support sap hanaItm110 how does sap solution manager support sap hana
Itm110 how does sap solution manager support sap hanaOlivier Bilger
 
SAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and RecoverySAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and RecoverySAP Technology
 
How is sap data services unique for sap hana integration
How is sap data services unique for sap hana integrationHow is sap data services unique for sap hana integration
How is sap data services unique for sap hana integrationFlavio Alejandro Corradini
 
Fut1441 SUSE Linux Enterprise Server for SAP Solutions
Fut1441  SUSE Linux Enterprise Server for SAP SolutionsFut1441  SUSE Linux Enterprise Server for SAP Solutions
Fut1441 SUSE Linux Enterprise Server for SAP SolutionsChristian Holsing
 
SAP HANA Accelerator for SAP ASE
SAP HANA Accelerator for SAP ASESAP HANA Accelerator for SAP ASE
SAP HANA Accelerator for SAP ASESAP Technology
 
SAP HANA SPS09 - Security
SAP HANA SPS09 - SecuritySAP HANA SPS09 - Security
SAP HANA SPS09 - SecuritySAP Technology
 
What's new in SAP HANA SPS 11 Security
What's new in SAP HANA SPS 11 SecurityWhat's new in SAP HANA SPS 11 Security
What's new in SAP HANA SPS 11 SecuritySAP Technology
 

Similar to SAP HANA SPS 10 What's New - Monitoring and Administration Enhancements (20)

SAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster RecoverySAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
 
SAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database Containers
 
SAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle ManagementSAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle Management
 
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle ManagementSAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
 
SAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfSAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdf
 
SAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/RecoverySAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/Recovery
 
What's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessWhat's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data Access
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- Security
 
Leveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine BusinessLeveraging SAP, Hadoop, and Big Data to Redefine Business
Leveraging SAP, Hadoop, and Big Data to Redefine Business
 
SAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM ServicesSAP HANA SPS09 - HANA IM Services
SAP HANA SPS09 - HANA IM Services
 
TZH300_EN_COL96
TZH300_EN_COL96TZH300_EN_COL96
TZH300_EN_COL96
 
SAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control CenterSAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control Center
 
Itm110 how does sap solution manager support sap hana
Itm110 how does sap solution manager support sap hanaItm110 how does sap solution manager support sap hana
Itm110 how does sap solution manager support sap hana
 
SAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and RecoverySAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and Recovery
 
HANA SPS07 LCM
HANA SPS07 LCMHANA SPS07 LCM
HANA SPS07 LCM
 
How is sap data services unique for sap hana integration
How is sap data services unique for sap hana integrationHow is sap data services unique for sap hana integration
How is sap data services unique for sap hana integration
 
Fut1441 SUSE Linux Enterprise Server for SAP Solutions
Fut1441  SUSE Linux Enterprise Server for SAP SolutionsFut1441  SUSE Linux Enterprise Server for SAP Solutions
Fut1441 SUSE Linux Enterprise Server for SAP Solutions
 
SAP HANA Accelerator for SAP ASE
SAP HANA Accelerator for SAP ASESAP HANA Accelerator for SAP ASE
SAP HANA Accelerator for SAP ASE
 
SAP HANA SPS09 - Security
SAP HANA SPS09 - SecuritySAP HANA SPS09 - Security
SAP HANA SPS09 - Security
 
What's new in SAP HANA SPS 11 Security
What's new in SAP HANA SPS 11 SecurityWhat's new in SAP HANA SPS 11 Security
What's new in SAP HANA SPS 11 Security
 

More from SAP Technology

SAP Integration Suite L1
SAP Integration Suite L1SAP Integration Suite L1
SAP Integration Suite L1SAP Technology
 
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...SAP Technology
 
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...SAP Technology
 
Extend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesExtend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesSAP Technology
 
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...SAP Technology
 
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformAccelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformSAP Technology
 
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...SAP Technology
 
Transform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANATransform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANASAP Technology
 
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...SAP Technology
 
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...SAP Technology
 
The IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsThe IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsSAP Technology
 
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...SAP Technology
 
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...SAP Technology
 
The IoT Imperative in Government and Healthcare
The IoT Imperative in Government and HealthcareThe IoT Imperative in Government and Healthcare
The IoT Imperative in Government and HealthcareSAP Technology
 
SAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital CoreSAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital CoreSAP Technology
 
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANAFive Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANASAP Technology
 
SAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial DataSAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial DataSAP Technology
 
Spotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASESpotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASESAP Technology
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP Technology
 

More from SAP Technology (20)

SAP Integration Suite L1
SAP Integration Suite L1SAP Integration Suite L1
SAP Integration Suite L1
 
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
 
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
 
Extend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesExtend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processes
 
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
 
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformAccelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
 
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
 
Transform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANATransform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANA
 
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
 
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
 
The IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsThe IoT Imperative for Consumer Products
The IoT Imperative for Consumer Products
 
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
 
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
 
The IoT Imperative in Government and Healthcare
The IoT Imperative in Government and HealthcareThe IoT Imperative in Government and Healthcare
The IoT Imperative in Government and Healthcare
 
SAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital CoreSAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital Core
 
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANAFive Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
 
SAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial DataSAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial Data
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
 
Spotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASESpotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASE
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance Features
 

Recently uploaded

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

SAP HANA SPS 10 What's New - Monitoring and Administration Enhancements

  • 1. 1© 2014 SAP AG or an SAP affiliate company. All rights reserved. SAP HANA SPS 10 - What’s New? SAP HANA dynamic tiering SAP HANA Product Management May, 2015 (Delta from SPS 09 to SPS 10) Public
  • 2. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 2 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your license agreement or any other agreement with SAP. SAP has no obligation to pursue any course of business outlined in this presentation or to develop or release any functionality mentioned in this presentation. This presentation and SAP’s strategy and possible future developments are subject to change and may be changed by SAP at any time for any reason without notice. This document is provided without a warranty of any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. SAP assumes no responsibility for errors or omissions in this document, except if such damages were caused by SAP intentionally or grossly negligent.
  • 3. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 3Public Agenda High availability  Automatic host-failover for dynamic tiering node Backup & Recovery  Implementation of Backint for SAP HANA; Further enhancements in backup system Multitenant database containers  Support for dynamic tiering in tenant databases Administration and monitoring  New monitoring views; new cockpit tiles; new roles for DT admin/monitoring users Further features  Support for extended tables in EIM flow graphs; upcoming Data Lifecycle Management Tool
  • 4. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Public Host Auto Failover for Dynamic Tiering Hosts High availability within database cluster HANA plus DT is a clustered database So you may want to set up standby hosts  Standby for either Indexserver (standard HANA) or esserver (DT)  One host cannot be standby for both at the same time Automatic failover now also available for dynamic tiering hosts  With DT standby host, no manual intervention necessary in case the DT host fails  System automatically activates DT standby  Database remains available during failover procedure, only DB requests that access DT will fail Classical HANA services Compute node Hot Store Warm Store Service Compute node Standby node Auto- Failover Standby node Warm Store Auto- Failover mirror mirror
  • 5. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 5Public Host Auto Failover for Dynamic Tiering Hosts High availability within database cluster How to set up DT system for host auto failover System needs two DT hosts  Add one with role “EXTENDED_STORAGE_WORKER”  Add second one with role “EXTENDED_STORAGE_STANDBY”  Both hosts need to have the same hardware layout  Add hosts during installation or later (in hdblcm(gui)) Take care of assigning correct failover group:  DT worker and standby must be in the same, dedicated failover group  A host can only be standby for HANA workers or dynamic tiering workers, not for both at the same time.  If you want standby for HANA and dynamic tiering workers, you need two different standby hosts Classical HANA services Compute node Hot Store Warm Store Service Compute node Standby node Auto- Failover Standby node Warm Store Auto- Failover mirror mirror Failover Group „extended_storage“ Failover Group „default“ HANA DT
  • 6. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 6Public Backup & Recovery in SAP HANA Dynamic Tiering (DT) Implementation of the BACKINT interface Backup & recovery affects full DB We always back up memory + disk store!  Works the same way as in regular scale-out: – All hosts are included in backup – All worker processes must be running New HANA Delta Backup not yet for DT  Planned for future release With SPS 10: implementation for Backint API for 3rd party backup solutions  See next slide for info on Backint for SAP HANA Backint is a two-party implementation  HANA-side implementation now also includes DT – Backup, recovery, query backup catalog, delete  Tool vendors implement backup agent Add-on certification process planned  Backup tools will need to be certified for the new HANA+DT system  Not included in regular Backint for HANA certification  Certification will be offered after first pilot (Q3/Q4) Dynamic tiering HANA Index server One Data backup Name server XS engine DT table spaces
  • 7. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 7Public SAP HANA Backup and Recovery 3rd party backup tools: “Backint for SAP HANA” API SAP HANA provides a backup/recovery API for connecting 3rd party backup tools  For both data and log backups  “Backint for SAP HANA” API can be implemented by a 3rd party backup agent (certification required)  Provides functions for backup, recovery, query, delete  3rd party backup agent runs on the SAP HANA server, communicates with 3rd party backup server  Backups are transferred via pipe  Direct integration with SAP HANA: – Data backups to Backint can be triggered/scheduled using SAP HANA studio, SQL commands, or DBA Cockpit – Log backups are automatically written to Backint (if configured) SAP HANA Database 3rd Party Backup Server 3rd Party Backup Agent SAP HANA studio Backup/ recovery
  • 8. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 8Public Single backup location for HANA and DT processes Single backup location for HANA and DT Previously (SPS 09):  DT had dedicated location for data and log backups  Parameters: global.ini | [Persistence] | basepath_databackup_es / basepath_logbackup_es New situation (starting with SPS 10):  DT and HANA backups always written to same location  Parameters: global.ini | [Persistence] | basepath_databackup / basepath_logbackup  These locations must be accessible from all hosts of the system, including the DT host Consequence of new backup location Upgrade to SPS 10 breaks backup history Upgrade preparation:  Create final data backup before upgrade  Stop database: sapcontrol -nr <instance> -function stopsystem HDB  On file system, move old data and log backups of dynamic tiering from previous location to global HANA backup locations [This ensures that system finds log backups after update] Then upgrade HANA + DT to SPS 10-level Post-upgrade step:  After upgrade, point-in-time recovery is unavailable  Create full database backup to enable PITR again
  • 9. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Public Co-Deployment of HANA and DT on single host Non-Productive Scenario: Co-Deployment of HANA and DT on single host In SPS 10 supported, including backup/recovery  Only supported for non-productive installations Installation  Install HANA and DT server software as usual  Do not add a second host (DT host) during installation  For data and log of DT, choose either dedicated location (hana/data_es/<SID>) or same as HANA location (e.g. /hana/data/<SID>) Add „extended_storage_worker“ role to the HANA host  Must configure using hdbmodify – not configurable through hdblcm/hdblcmgui  /hana/shared/<sid>/global/hdb/install/bin/hdbmodify --add_local_roles=extended_storage_worker -- listen_interface=global  This starts the esserver process on the HANA host Then create extended storage as always  Using SQL or SAP HANA Cockpit SAP HANA host indexserver esserver daemon nameserver xserver Roles „worker“ and „extended_storage_worker“
  • 10. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 10Public Multitenant Database Containers (MDC) MDC setups with SAP HANA dynamic tiering SAP HANA dynamic tiering is now also available for tenant databases  Each tenant database can be associated with zero or one extended stores  Each extended store is dedicated to exactly one tenant database  Each extended store requires a dedicated dynamic tiering host SAP HANA system with MDC and dynamic tiering Compute node System Database Compute nodeCompute node Tenant Database <B> Extended Store Tenant Database <A> Tenant Database <C> Extended Store Classical HANA (single-node or scale-out) DT Host <B> DT Host <C>
  • 11. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 11Public Multitenant Database Containers (MDC) Details of using dynamic tiering in MDC setups Installing DT in an MDC setup Install DT software as usual  During HANA installation or add at later point in time Add DT hosts  Add one „Dynamic Tiering Worker“ for each tenant DB that needs dynamic tiering  If required, also add „Dynamic Tiering Standby“ hosts  Make sure each host has unique location for DT data and log volumes Create Extended Storage for tenant DBs  In each tenant DB: – Add esserver: ALTER DATABASE <name> ADD 'esserver' AT <host:port> – Import delivery units for dynamic tiering into tenant DB – Create extended storage in tenant DB  For full details: see administration guide for dynamic tiering at http://help.sap.com/hana_options_dt (SPS 10) Backup & Recovery with DT and MDC File-based Backups  Backup/Recovery of tenant database includes its extended storage  No functional differences to MDC without DT Backint  DT implementation of Backint does not cover MDC  Planned for future release Other properties and limitations in SPS 10 Cross-tenant queries  Not yet supporting cross-tenant access to extended tables Tenant isolation  Strong tenant isolation is not yet supported Licence management  Single DT license for entire HANA system  DT license sets cumulative size limit for all tenant DBs
  • 12. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 12Public Five New Monitoring Views for Dynamic Tiering with SPS 10 M_ES_OVERVIEW  Tabular information on important system properties  Version, block and buffer usage, backup status, and more M_ES_DELTA_MEMORY  Lists all extended tables that are delta-enabled  Plus delta memory usage broken down by components M_ES_CONNECTIONS  Lists information about processes running in dynamic tiering – test  Connection and user ID, type of command being executed, number of threads used by the connection, time since last request was entered through the connection, and more M_ES_TRANSACTIONS  Lists active transactions running in dynamic tiering  Connection and user ID, state of transaction (ACTIVE, COMMITTING, etc.), start time, and more M_ES_LOCKS  Lists information about all locks currently held in extended store  Connection and user id that has the lock, the table and row(s) that are locked, the type of lock (SHARED, READ, WRITE…), and more DT has its own connection management  DT connections are linked to HANA connections  View M_REMOTE_STATEMENTS – CONNECTION_ID = HANA Connection (e.g. from M_CONNECTIONS) – REMOTE_CONNECTION_ID = DT Connection (from M_ES_* views)  Find all DT-connections of HANA user RICHARD: select * from M_REMOTE_STATEMENTS as A inner join M_ES_CONNECTIONS as B on A.REMOTE_CONNECTION_ID = B.CONNECTION_ID where A.USER_NAME = 'RICHARD'
  • 13. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Public New SAP HANA Cockpit Tiles Related to Dynamic Tiering Two new Tiles in SAP HANA Cockpit User Tables  Determine tables that are candidates for conversion to extended tables Dynamic Tiering Server Configuration  View and Change parameterization of SAP HANA dynamic tiering database process (esserver) Two new roles for DT Tiles Monitoring user (view DT tiles)  sap.hana.tiering.roles::Monitoring Administer DT (change configuration etc.)  sap.hana.tiering.roles::Administration  Includes Monitoring role and system privilege EXTENDED STORAGE ADMIN Required only for the DT tiles  You also need the regular admin/monitoring roles to access SAP HANA Cockpit itself
  • 14. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 14Public SAP HANA Cockpit New tile: Dynamic Tiering Server Configuration Tile to edit esserver.ini entries: • ‘esserver.ini’ is the configuration file for the DT server • Click on “Edit” button at bottom right of screen to delete or modify existing entries in the esserver.ini file. Examples: • delta_memory_mb: amount of memory available to store delta enabled extended tables • num_threads: maximum number of threads to be used by DT server • There is also a ‘+’ sign at the top right of the screen to set additional DT server configuration parameters (parameters that should be set only with the help of a support engineer) • These new entries become part of the esserver.ini file
  • 15. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Public SAP HANA Cockpit New Tile „Table Usage" Find candidates for extended tables Combine size and usage information  Only displaying HANA column tables  Table size in MB/GB  Number of read operations on table  Number of write operations on table Convert table to extended table  Select one or multiple tables  Convert to extended tables  Control delta creation in conversion
  • 16. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Public Security Audit logging for management of extended storage Changes to the configuration of a dynamic tiering system New group of audit actions „SAP HANA Dynamic Tiering“  Audit creation, change and dropping of extended storage
  • 17. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 17Public SAP HANA Enterprise Information Management Can now be used with extended tables  Include extended tables in flow graphs  As data source or data sink  Based on tasks or stored procedures Value Proposition  Load into extended tables from within HANA system or external data sources  Model and schedule data movement between in-memory and extended tables  Data staging in native HANA data warehouses EIM Flow Graphs with Extended Tables
  • 18. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 18Public SAP Data Warehousing Foundation Data Lifecycle Manager (DLM) Optimize the memory footprint of SAP HANA  Leverage SAP HANA Dynamic Tiering, Hadoop or SAP Sybase IQ with a tool-based approach to setup an aging strategy  Optimize memory footprint in SAP HANA native use cases  Define data slices on SAP HANA tables to be displaced from SAP HANA memory  Optimize union access between the tables Automated Data Movement between stores  Generated Stored Procedures to do data mass movement – in and out  Schedule data movement using HANA tasks Planned for Q3/2015
  • 19. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 19Public Future Direction SPS 11 and beyond (2016/2017) Today SAP HANA SPS 10 This is the current state of planning and may be changed by SAP at any time. Outlook SAP HANA dynamic tiering Summary  Technical integration – Common installer – Integrated administration & Monitoring – Support for DT in multitenant database containers (MDC)  Enterprise Readiness – Host auto-failover, support for storage connector API – Convergence of file-based backup; Implementation of Backint API  Functional integration – Global database catalog – Cross-store optimizer – Support in Calculation Models – Performance optimization for BW data loads – Enable use of DLM tool to manage extended tables – Enable HANA EIM to use extended tables in data flows  Extend enterprise readiness – Delta backup mechanism – Full backup/restore integration – Storage Snapshots – Integration with system replication  Focus: Data Volume Management – Native data lifecycle management – Scale-out for extended store  Functional integration – Support for special functionalities (series data, geospatial, …) – Unstructured data, search, …
  • 20. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 20Public Outlook: extended usage of dynamic tiering in BW Use extended tables in transformation and propagation layer BW – Operational Data Data Categories in a BW System Staging Layer Analytic Mart Business Transformation Corporate Memory EDW Propagation EDW Transformation Archive/NLS Archived Planned with BW 7.4 EhP 1 (Q4 2015): Use extended tables for „warm“ part of transformation and propagation layer (advanced DSOs only) EDW Propagation EDW Transformation
  • 21. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 21Public PLANNED INNOVATIONS Future DirectionToday This is the current state of planning and may be changed by SAP at any time. (BW. 7.4 SP08 + HANA SPS 09) (planned for BW 7.4 EhP 1+ HANA SPS 10) (2016 / 2017) Outlook: SAP BW & dynamic tiering Summary  PSA  Write-optimized DSO  “advanced“ DSO (inbound table only) Target:  Staging area and corporate memory  ~20% of BW data footprint  All major “advanced” DSOs – Full tables / providers only – Data separation via simple “data flow split” Target:  As before + „warm“ parts of propagation & transformation layer  ~40% of BW data footprint  Optimizations of reporting/read access for data in DT  Optional integration of NLS storage into dynamic tiering Target:  As before + „warm“ parts of reporting layer  Max. 70% of data footprint Remark: SAP NLS with SAP IQ is not replaced by the BW integration of HANA dynamic tiering. NLS is a powerful and sophisticated archiving solution. It is complementary to dynamic tiering and part of the multi-temperature data lifecycle management of BW. Depending on the scenarios, data growth and architecture our customers have the option to use both “tiers” or just one.
  • 22. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Public Where do I find more information on SAP HANA dynamic tiering? Public Documentation: http://help.sap.com/hana_platform  Navigate to SAP HANA Options • SAP HANA Dynamic Tiering  Covers only DT-specific information i.e. add-on to SAP HANA platform documentation Videos in the SAP HANA academy  http://scn.sap.com/docs/DOC-59988
  • 23. © 2015 SAP SE or an SAP affiliate company. All rights reserved. Thank you Contact information Dr. Richard Bremer SAP HANA Platform Product Management AskSAPHANA@sap.com