Experts,
Need recommendations for the below scenario:
We are dynamically parsing JSON records from the JSON files stored in the S3 by reading through External tables using stored procedure ( set of logic using Lateral Flatten query). I need recommendations on the below.
Store multiple JSON files as is from Source Separately in S3 without merging and access through external table.
Merge Multiple JSON files from Source into single JSON (each 500 JSON to Single JSON) and access through external table.
Same as step 2 - however zip and store in S3 and and access through external table.
Also the same old questions External Stage Vs Internal Stage - Which is recommended for above scenario.
Thanks