We have 314m records to be added to Titan. Working with Amazon Titan with DynamoDB tables as backend, we realized that around 10% of our data is located on one partition out of 125.
This uneven distribution causes issues both on write and read operations. What could be the reason for this uneven distribution? We are using single-item model, would that be the reason for the issue?
single item data model
section. – Mohamed Taher Alrefaie