truongleswe / export-dynamodb

Export Amazon DynamoDb to CSV or JSON
GNU General Public License v3.0
52 stars 9 forks source link

all data is kept in memory before writing to file #7

Open simonrondelez opened 5 years ago

simonrondelez commented 5 years ago

Hi from the looks of it all data is gathered in memory before writing to a file. This works well for small tables. However for big tables the data should be written to file/disk instead of keeping it in memory.