简体   繁体   中英

Fetch more than 100,000 records in Redshift

I have a requirement to fetch more than 400,000 records from Redshift and export it to Excel. But in Redshift, maximum limit is 100,000. So I am unable to fetch records in one go to Excel.

Please help me with this, how I can do this.

Note:- I am using Aginity Workbench for Redshift Tool for querying data.

Thanks in Advance.

This sounds like a limitation of your SQL tool .

Instead, you could use the Redshift UNLOAD - Amazon Redshift command to run a query and save the results to Amazon S3. You can then download the results from S3.

This can result in multiple files. If you only want a single file, use the option PARALLEL OFF .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM