Transfer 10TB data from On prem oracle DB to S3 Galcier

0

Hi Team, Transfer 10TB of data from on prem oracle DB to AWS S3 Glacier. End user user MS SQL to access the data that present in S3 Glacier. S3 can store any kind of data but cannot retrieval .dbs files from S3 glacier. what is the possible solution that end user can retrieve data from S3 glacier using MS SQL?

질문됨 7달 전161회 조회
1개 답변
0

Hi,

There is no limit to how much data you can store in your S3 bucket in “Glacier” Storage Class however, there are a few a limitations that you should consider,

a) Object stored in Glacier storage class are not directly accessible for download, they must be first restored to be accessible. When you restores an object, a temporary copy of the object is made available for access. You can refer to the below document for details on how a glacier object can be restore

Restoring an archived object: https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects.html

b) You cannot use My SQL directly to make SQL queries against S3 object but you can make use of the S3 Select feature which allows you to use structured query language (SQL) statements to filter the contents of an Amazon S3 object and retrieve only the subset of data that you need. This is the only available method that allows you to use SQS query to filter data but it can only be done via authorised users who have the required IAM permissions. You can refer to the below document for details regarding the implementation and its limitations, ##Filtering and retrieving data using Amazon S3 Select: https://docs.aws.amazon.com/AmazonS3/latest/userguide/selecting-content-from-objects.html ##Examples of using Amazon S3 Select on objects: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-select.html

I hope this information proves helpful to you.

Have a good day ahead!

AWS
지원 엔지니어
답변함 7달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인