audienceproject / spark-dynamodb

Plug-and-play implementation of an Apache Spark custom data source for AWS DynamoDB.
Apache License 2.0
175 stars 90 forks source link

Disambiguates throughput for reads and writes #96

Open ncordon opened 3 years ago

ncordon commented 3 years ago

What

Uses a different parameter name for the read throughput and the write throughput. Preserves a fallback for the old throughput parameter, to preserve backwards compatibility with old versions of the library.

Why

In many cases the throughput configurations when reading is different from writing one.