How can DynomoDB Local support large datasets?

0

I'm using DynomoDB Local to store and test against largish datasets, all is well up to around 5M records in a collection when it begins to get slow, too slow to even open and scan. At 15M records (7GB), it seems to lock up and become unresponsive, even after the scan times out.

The Java process is not using large memory, threads, etc. and the machine is more than powerful enough to load the same 15M records into a memory array but I need the data to persist.

Any ideas how to start DynomoDB local with more resources available?

Thanks

MPT
質問済み 3ヶ月前216ビュー
1回答
0

Please check below the points If possible, use queries instead of scans, and take advantage of indexes to retrieve data more efficiently. Monitor the logs and metrics to see if there are any specific errors or bottlenecks that can be addressed.

profile picture
Jagan
回答済み 3ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ