Skip to content
NextLytics
Megamenü_2023_Über-uns

Shaping Business Intelligence

Whether clever add-on products for SAP BI, development of meaningful dashboards or implementation of AI-based applications - we shape the future of Business Intelligence together with you. 

Megamenü_2023_Über-uns_1

About us

As a partner with deep process know-how, knowledge of the latest SAP technologies as well as high social competence and many years of project experience, we shape the future of Business Intelligence in your company too.

Megamenü_2023_Methodik

Our Methodology

The mixture of classic waterfall model and agile methodology guarantees our projects a high level of efficiency and satisfaction on both sides. Learn more about our project approach.

Products
Megamenü_2023_NextTables

NextTables

Edit data in SAP BW out of the box: NextTables makes editing tables easier, faster and more intuitive, whether you use SAP BW on HANA, SAP S/4HANA or SAP BW 4/HANA.

Megamenü_2023_Connector

NextLytics Connectors

The increasing automation of processes requires the connectivity of IT systems. NextLytics Connectors allow you to connect your SAP ecosystem with various open-source technologies.

IT-Services
Megamenü_2023_Data-Science

Data Science & Engineering

Ready for the future? As a strong partner, we will support you in the design, implementation and optimization of your AI application.

Megamenü_2023_Planning

SAP Planning

We design new planning applications using SAP BPC Embedded, IP or SAC Planning which create added value for your company.

Megamenü_2023_Dashboarding

Business Intelligence

We help you with our expertise to create meaningful dashboards based on Tableau, Power BI, SAP Analytics Cloud or SAP Lumira. 

Megamenü_2023_Data-Warehouse-1

SAP Data Warehouse

Are you planning a migration to SAP HANA? We show you the challenges and which advantages a migration provides.

Business Analytics
Megamenü_2023_Procurement

Procurement Analytics

Transparent and valid figures are important, especially in companies with a decentralized structure. SAP Procurement Analytics allows you to evaluate SAP ERP data in SAP BI.

Megamenü_2023_Reporting

SAP HR Reporting & Analytics

With our standard model for reporting from SAP HCM with SAP BW, you accelerate business activities and make data from various systems available centrally and validly.

Megamenü_2023_Dataquality

Data Quality Management

In times of Big Data and IoT, maintaining high data quality is of the utmost importance. With our Data Quality Management (DQM) solution, you always keep the overview.

Career
Megamenü_2023_Karriere-2b

Working at NextLytics

If you would like to work with pleasure and don't want to miss out on your professional and personal development, we are the right choice for you!

Megamenü_2023_Karriere-1

Senior

Time for a change? Take your next professional step and work with us to shape innovation and growth in an exciting business environment!

Megamenü_2023_Karriere-5

Junior

Enough of grey theory - time to get to know the colourful reality! Start your working life with us and enjoy your work with interesting projects.

Megamenü_2023_Karriere-4-1

Students

You don't just want to study theory, but also want to experience it in practice? Check out theory and practice with us and experience where the differences are made.

Megamenü_2023_Karriere-3

Jobs

You can find all open vacancies here. Look around and submit your application - we look forward to it! If there is no matching position, please send us your unsolicited application.

Blog
NextLytics Newsletter Teaser
Sign up now for our monthly newsletter!
Sign up for newsletter
 

Performance Analysis for SAP Datasphere Transformation Flows

Transformation flows in SAP Datasphere can handle highly complex operations, but this often comes at the expense of performance. It can be difficult to pinpoint exactly where the bottlenecks are. Where exactly is time being wasted? Which steps require the most resources? Where can performance be optimized? These are questions that developers deal with every day.

The function for generating PlanViz files now provides you with the answer.  Instead of groping in the dark, you can clearly see how your transformation flows operate. A visual overview shows you directly how much time and resources each step consumes. This allows you to immediately identify bottlenecks and optimize performance in a targeted manner. In this article, you’ll learn how it works.

The best way to illustrate how this feature works is with an example. We will use a transformation flow with a join and calculations. One table contains sales figures, while the other holds sales costs.

 

001-transformation-view

 

Both tables contain daily data. From this, we want to derive the year and month. In addition, the gross profit is calculated. Finally, the fields are mapped to the target table.

 

002-calculations

 

To analyze the performance of this transformation flow, open the Transformation Flow Monitor.

 

003-open-monitor

 

Alternatively, you can access it via the Data Integration Monitor menu item. Select the space you're using and then select your data flow in the Flows tab. Click the > icon to display the details.

 

004-data-integration

 

Then open the drop-down menu under Run and select the option Run with Support Settings.

 

005-run-with-support-settings

 


Watch the recording of our webinar: 

"SAP Datasphere and the Databricks Lakehouse Approach"

Webinar Recording SAP Datasphere Insights and the Databricks Lakehouse Approach    View recording  


 

In the next dialog window, select the option Generate SQL Analyzer Plan File and execute the transformation flow using Start Run.

 

006-generate-planviz

 

Next to the message “SQL Analyzer plan file for the transformation flow is created and can be downloaded” you can download the PlanViz (*.plv) file.

 

007-download-planviz

The file is analyzed in Eclipse using SAP HANA PlanViz. Alternatively, you can use the Visual Studio Code extension SQL analyzer tool for SAP HANA. Open Eclipse and follow the menu path Window → Perspective → Open Perspective → Other.

 

008-open-perspective

 

Then select the SAP HANA PlanViz entry and confirm your selection with Open.

 

009-sap-hana-planviz

 

Now open the downloaded file via File → Open File. The overview displays the execution time, the most important operators, the number of tables and records.

 

010-overview

 

You can see the details in the Executed Plan view. Each execution step is displayed, allowing you to track the duration, number of records, and operations performed. You can track the respective duration, number of data records, and the operations performed. We have already presented these in our article “SQL Performance Analysis with SAP PlanViz.” There, we also explained the Timeline, Operator List, Tables Used, and Performance Trace tabs.

Be sure to check it out!

 

011-executed-plan

 

Performance Analysis of SAP Datasphere transformation flows with PlanViz: Our Conclusion

With PlanViz logs in SAP Datasphere, you now have a precise tool to analyze data flow performance. Instead of relying on guesswork, developers now have a solid basis for detailed analysis. The visual representation of complex data processing flows makes performance bottlenecks immediately visible and enables targeted optimization measures.


The granular breakdown of individual processing steps with specific runtimes is particularly valuable. Based on these insights, you can make informed decisions, carry out targeted optimizations, and sustainably increase the efficiency of your transformation flows. IT teams spend less time on root cause analysis and more on strategic data architecture—leading to more robust and efficient integration processes.

Do you have questions about SAP Datasphere? Are you trying to build up the necessary know-how in your department or do you need support with a specific question? We are happy to help you.

Request a non-binding consulting offer today!

 

Learn more about  SAP Datasphere

FAQ

What is the PlanViz feature in SAP Datasphere Transformation Flows?

It is a function that generates PlanViz (*.plv) files during the execution of transformation flows. These files provide detailed insights into runtime, operators, resource usage, and bottlenecks.

Why is PlanViz important for performance optimization?

Complex operations in transformation flows can slow down execution. With PlanViz, you no longer rely on guesswork—developers can clearly see where time and resources are consumed, enabling targeted optimizations.

How can I generate a PlanViz file for a transformation flow?

 Open the Transformation Flow Monitor (or via Data Integration Monitor). Select the flow, go to Run → Run with Support Settings, then check Generate SQL Analyzer Plan File before executing. A message confirms the file creation and download.

Where can I analyze the downloaded PlanViz file?

You can open the *.plv file in SAP HANA PlanViz (Eclipse) or in the Visual Studio Code extension SQL Analyzer for SAP HANA. Both tools provide a graphical breakdown of execution steps, runtimes, and operations.

What details can I see inside the PlanViz analysis?

The Executed Plan view shows each processing step, the number of rows processed, duration, and operations performed. Additional tabs like Timeline, Operator List, Tables Used, and Performance Trace allow deep-dive analysis.

What is the business value of using PlanViz in Datasphere?
  • Improved transparency of transformation flows

  • Faster root cause analysis of performance issues

  • Targeted and sustainable optimization

  • More time for IT teams to focus on strategy instead of firefighting

,

avatar

Irvin

Irvin has worked with HANA Native and Datasphere since 2019. He can primarily draw on experience as a consultant and in development on the XSA platform using SQLScript. In his spare time, he is passionate about playing basketball and is also a big NBA fan.

Got a question about this blog?
Ask Irvin

Performance Analysis for SAP Datasphere Transformation Flows
4:01

Blog - NextLytics AG 

Welcome to our blog. In this section we regularly report on news and background information on topics such as SAP Business Intelligence (BI), SAP Dashboarding with Lumira Designer or SAP Analytics Cloud, Machine Learning with SAP BW, Data Science and Planning with SAP Business Planning and Consolidation (BPC), SAP Integrated Planning (IP) and SAC Planning and much more.

Subscribe to our newsletter

Related Posts

Recent Posts