Via Content in SCN
The term SAP HANA is used for both (in-memory) database and an application platform.
SAP HANA is a platform offered as both an appliance and a cloud service.
SAP HANA in-memory database is a specialized database with following features
It comes with a tightly integrated lightweight application server out-of-the-box, SAP HANA XS or Extend ed Application Services. SAP HANA XS is esigned/engineered specificly for SAP HANA database and is closely integrated with it to take care of
HANA Extended Application Services uses
Data-intensive logic can be written in
SAP HANA is a platform offered as both an appliance and a cloud service.
- All the read & write operations, take place in memory.
- Data can be stored both in row and column format.
- Every column is a secondary index and there is no need to maintain separate indexes.
- It has a much better Data compression as data from the same column can be stored together
- It utilizes distributive, multiprocessing & massive parallel processing capabilities of modern CPUs.
- validation logic
- control flow logic
- service enablement logic
- calculation logic
- data-intensive processing
- server-side JavaScript as the main programming language
- supports REST-based OData services with both JSON and Atom XML rendering
Data-intensive logic can be written in
No comments:
Post a Comment