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
gefragt vor 3 Monaten216 Aufrufe
1 Antwort
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
beantwortet vor 3 Monaten
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen