aliyun / aliyun-log-cli

Command Line Interface for Aliyun Log Service
http://aliyun-log-cli.readthedocs.io
MIT License
60 stars 20 forks source link

support dump large volume data to file (using >>) with lower memory #13

Closed wjo1212 closed 6 years ago

wjo1212 commented 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.

wjo1212 commented 6 years ago

supported in 0.1.6 with PythonSDK 0.6.18

wjo1212 commented 6 years ago

Note: use pull_log and get_log_all to archive this.