Wednesday, 7 February 2024
Optimizing HANA Cloud: A Practical Exploration of Replication, Latency, and Availability Zones
Wednesday, 11 October 2023
Implement a More Efficient GIS-ERP Integration Following a Few Simple Steps
Monday, 27 February 2023
Migrate your SAP HANA Services for BTP (on Cloud Foundry) to SAP HANA Cloud using Self-Service Migration Tool
1. Benefits of migration to SAP HANA Cloud
Saturday, 5 November 2022
Keep-Data-Clean: Practical approaches to keep your core (S/4 HANA) system clean
Friday, 1 July 2022
SAP AppGyver – Handling Image: Data Writing
Now, here is an article on SAP AppGyver.
Today I would like to explain how to handle image data. Images can be found at …..There are pros and cons to storing it in HANA Cloud’s BLOB type column.
Assumption
In this article, I will explain how to create an application that takes a photo and stores it in a BLOB type column in HANA Cloud.
Friday, 11 February 2022
Move data FAST from an SAP HANA Cloud database to a HANA Data Lake
If you’ve ever been stuck wondering how you can move data from your SAP HANA Cloud database to your SAP HANA Data Lake with minimal effort, this is for you. In fact, it might be the fastest way to move your data depending on your data lake’s configuration. Plus, it’s simple enough that a single Python function can do all the work for you!
This blog will outline how you can leverage remote servers in the data lake to make a connection to your HANA database and pull the data from HANA to data lake. I also experiment with different data lake configurations to see what parameters affect the speed of this data transfer the most, that way you know how to scale your data lake instance to achieve the best performance.
Sunday, 17 May 2020
Testing virtual table replica feature of SAP HANA Cloud
Introduction
SAP HANA Cloud can virtually integrate data to be positioned as a "gateway for enterprise data" within the enterprise. Specifically, it is possible to virtually integrate various data sources via a virtual table created on HANA Cloud (data federation).
However, in actual operation, there may be cases where you want to retain data in SAP HANA Cloud due to network speed and performance / load on the source system side.
Friday, 24 April 2020
Transferring data from On-Premise SAP HANA to SAP HANA Cloud using SDI
Overview
In this blog, I will transfer data from On-Premise SAP HANA to SAP HANA Cloud using SDI (Smart Data Integration).
SAP HANA Cloud includes SDI which is an ETL tool, this means that you can easily integrate various kinds of source systems into SAP HANA Cloud without installing ETL application. Moreover, you can develop ETL jobs as same as developing tables and views, this makes it easy and quick to develop ETL jobs.