cancel
Showing results for 
Search instead for 
Did you mean: 

How Hana Integrates large size partitioned table data?

0 Kudos

I have this question in my mind and thought of asking it , so i searched but couldn't find if any one has answered it.

Here is scenario : I have scale out HANA system with 3 hosts , one is master and other is slave. I have one large size table which is partitioned across these 3 hosts (partioning method is irrelevant here), my question is : if i query onto this 3 partitions, assume here that required portion of data is spread across all hosts, does HANA use map reduce type functions to integrate the data , if yes where integration happens? is it in master node?

Accepted Solutions (0)

Answers (3)

Answers (3)

lbreddemann
Active Contributor
0 Kudos

Well, obviously at least the result needs to be handed back to the client. How much of the stored base data actually gets transferred depends on the model, the query and the data.

0 Kudos

Thanks for reply Lars , what about consolidation of data, will the transfer will happen from other nodes to node where connection is connected.

lbreddemann
Active Contributor
0 Kudos

Depending on the statement routing setup, the query will be mainly executed on the node to which the session is connected or where the majority of the data is located.