Answer Posted / Prabhakar Anand
In SAP HANA, there are several code-pushdown techniques that allow database operations to be executed as close as possible to the data. These include: 1. Column Pushdown: Pushing filter and aggregation conditions down to the database column level. 2. Join Pushdown: Pushing join operations down to the database server. 3. Projection Pushdown: Pushing SELECT statements to be processed at the database level. 4. Sort Pushdown: Pushing sorting operations to the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category