Question
3
Replies
68
Views
Infosys
Posted: July 26, 2019
Last activity: September 10, 2019
Closed
Node level data page will run on multi nodes or on single node?
i have a node-level data page & i have multiple node in my system, how the data page will run on multi nodes or run on single node??
It will run only on a single node, i.e. the node that the session requesting it is running from. If another session from another node requests the data page, it will create another data page on that node.