AWS SQL Server RDS Full-Text Search on PDFs

0

We are using SQL Server RDS and looking to implement full-text search. We need to search on a variety of file types but mainly on pdf. My understanding for pdf there is an Adobe iFilter plugin that will allow this. I have accomplished this on-premise before but not RDS. Would I install Adobe iFilter plugin on RDS?

Is it even possible to install this pdf iFilter plugin on RDS?

1개 답변
1

RDS instances are managed by Amazon, so they do not provide access to the underlying operating system.

An alternative is to host your database in an EC2 instance. I discourage this thought, as you lose real benefit of cloud such as operational overhead moved over to AWS rather than your team, so you do not have to maintain and patch. Nevertheless you ll have access to OS and may be able to customize as you wish.

An alternative approach would be to use a service such as Amazon CloudSearch or Amazon Elasticsearch Service to perform full-text search on PDFs. You may integrate RDS with those services so you exploit what they are meant to be, exactly full-text-search.

profile picture
전문가
답변함 일 년 전

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

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

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