Closed wjo1212 closed 6 years ago
now, it load all data into memory and then dump to console, it's inefficient when the volume exceeds 1M records which will use 1~2GB memory.
supported in 0.1.6 with PythonSDK 0.6.18
Note: use pull_log and get_log_all to archive this.
pull_log
get_log_all
now, it load all data into memory and then dump to console, it's inefficient when the volume exceeds 1M records which will use 1~2GB memory.