Question
Document size for loading into s3 or reading from S3
Hi All,
I have a requirement; we need to store the document in S3, or at times we need to read the document (.xlsx) and present it in a grid format.
Sometimes, it contains 1 million rows. Is it possible to fetch the data in batches while reading the document from S3, or is there any other alternative approach to achieve this? without impact any performance.
