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 réponse
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
EXPERT
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions