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
demandé il y a 3 mois216 vues
1 réponse
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
répondu il y a 3 mois
profile picture
EXPERT
vérifié il y a un mois

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