Difference between revisions of "SAP HANA"
From Suhrid.net Wiki
Jump to navigationJump to search (Created page with "= Motivation = * Earlier: CPU, Memory expensive * New DB needs to take advantage of multi-core, large RAM * and Columnar technologies : Transactional vs Analytical * Better for ...") |
|||
Line 5: | Line 5: | ||
* and Columnar technologies : Transactional vs Analytical | * and Columnar technologies : Transactional vs Analytical | ||
* Better for retrieval performance (analytical workloads) | * Better for retrieval performance (analytical workloads) | ||
+ | |||
+ | = Technology = | ||
+ | |||
+ | * Multi-core parallelism : massively parallel. Every operator is in parallel. | ||
+ | * Data locality in memory | ||
+ | * Columnar structures |
Revision as of 06:50, 6 April 2014
Motivation
- Earlier: CPU, Memory expensive
- New DB needs to take advantage of multi-core, large RAM
- and Columnar technologies : Transactional vs Analytical
- Better for retrieval performance (analytical workloads)
Technology
- Multi-core parallelism : massively parallel. Every operator is in parallel.
- Data locality in memory
- Columnar structures