Hi Experts.
I set up Distributed SAP HANA System.
In indexserver.ini configuration file,
there's a parameter "client_distribution_mode"
[distribution]
# .short_desc
# Set the client distribution mode
# .full_desc
# This can change the client's distribution behavior.
# off: all distribution features are disabled.
# connection: client side load balancing is enabled.
# statement: statement routing is enabled.
# all: all distribution features are enabled.
# .type enum
# .range off,connection,statement,all
# .change online
client_distribution_mode = statement
Default setting shows "statement".
I changed this parameter to "connection" / "all",
and
connect from client with statement "...node1:30015; node2:30015; node3:30015...", but all clients always connnect node1.
How can I use client side load balancing function?
I already check the thread below.
(it says there's no load balancing, but I believe there's load balancing by using the parameter above)
http://scn.sap.com/thread/3144226
Best Regards.