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 

http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/lowlevelphpbatchoperationsexample.html


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -