johanneswuerbach / jaeger-dynamodb

AWS DynamoDB storage plugin for Jaeger
MIT License
3 stars 0 forks source link

feat: batch span writes #22

Closed johanneswuerbach closed 2 years ago

johanneswuerbach commented 2 years ago

Use BatchWriteItem to batch write up to 25 spans. Write at least every 5s to not cause unnecessary delay.

BatchWriteItem should be significantly faster then parallel PutItems https://www.alexdebrie.com/posts/dynamodb-transactions-performance/