How does the GUI load a partitioned table on remote server in dolphindb?
I run scripts in GUI and want to load a partitoned table which is on the remote server, how to do?
How does the GUI load a partitioned table on remote server in dolphindb?
I run scripts in GUI and want to load a partitoned table which is on the remote server, how to do?
Copyright © 2021 Jogjafile Inc.
The first method is to connect to the data node of the remote server, and then load it through the loadTable() function.
Establish a connection with the remote server through the xdb function, and then execute the script on the remote node through the remoteRun function, and return the result. The sample code is as follows: