php - Want to insert multiple rows from a json file in amazon's dynamoDB -
i want insert multiple rows of data amazon's dynamodb. had tried code on page this page of amazon php guide
but inserting data 1 one in loop there way insert in 1 time or 1 call.
because every time inserts row calls dynamodb , lead performance issue if have thousand's of rows.
please refer below link php batch write on dynamodb.
$dynamodb->batchwriteitem
Comments
Post a Comment