Modeling DynamoDB

0

Dear Team,

We are building an application which has documents uploaded to S3 and its metadata ingested to Dynamo DB. We have a requirement to search on the Metadata from UI. There will be approx 7 attributes on which the User can search the metadata and all of them will be optional. The requirement is only to search on metadata. No full text search requirement on the document.

Wanted to check if we would be able to use Dynamo DB for this purpose or we need to use search tools like OpenSearch ?

Please let me know if more information is required, i can update the Description.

Regards, Dhaval Mehta

  • Can you provide more details on what kind of these attributes are and what is probability of them expanding in future. Opensearch is great but you will still have to configure/reconfigure the clusters among other things of maintenance.

已提問 2 年前檢視次數 266 次
1 個回答
0
已接受的答案

If you need to search using more than hmm 2 arguments then you should go for OpenSearch. With small amount of arguments you can try to make more indexes, but with 7 it is no go because you will need to have index per configuration of parameters and it will be expensive to store and search.

profile picture
MG
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南