In DolphinDB, how to enable data compression when setting up remote connection with the xdb function?

Viewed 8

With the DolphinDB Java API, I’d specify the “compress“ parameter to true in the DBConnection constructor so that data will be compressed for transfer in later SQL queries. But when connecting to remote server with the function xdb, there’s no parameter controlling data compression.

0 Answers
Related