Skip to content
English
  • There are no suggestions because the search field is empty.

What is the code-to-data application programming paradigm?

The code-to-data application programming paradigm is powered by SAP HANA in-memory database where you do data intensive computations as much as you can in the database to get the best performance for the application. You need to keep in mind to avoid unwanted load on database while doing computations on database. Keeping data intensive computations in the database server reduces a huge load of the application server.