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 Risposta
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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande