Jump to: navigation, search

Difference between revisions of "MagnetoDB/specs/all old for put item"

(Created page with "== "ALL_OLD" return value for "put_item" method == Launchpad: [https://blueprints.launchpad.net/magnetodb/+spec/all-old-for-put-item] According to DynamoDB API we must have...")
 
("ALL_OLD" return value for "put_item" method)
Line 4: Line 4:
  
 
According to DynamoDB API we must have an ability to pass "return_value": "ALL_OLD"
 
According to DynamoDB API we must have an ability to pass "return_value": "ALL_OLD"
in put_item request to retrieve an old item before replacement:
+
in put_item request to retrieve an old item before replacement
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html#DDB-PutItem-request-ReturnValues
+
 
 +
=== Specification status ===
 +
Draft
 +
 
 +
=== Problem Description ===
 +
Feature is absent in MagnetoDB
 +
 
 +
=== Proposed Change ===
 +
None
 +
 
 +
==== Alternatives ====
 +
None
 +
 
 +
==== Security Impact ====
 +
None
 +
 
 +
==== Notifications Impact ====
 +
None
 +
 
 +
==== Other End User Impact ====
 +
None
 +
 
 +
==== Performance Impact ====
 +
Feature will not make performance impact to ordinary put_item request
 +
 
 +
==== Other Deployer Impact ====
 +
None
 +
 
 +
==== Developer Impact ====
 +
None
 +
 
 +
==== Implementation ====
 +
None
  
 
===== Assignee(s) =====
 
===== Assignee(s) =====
 
Primary assignee:
 
Primary assignee:
  <aostapenko>
+
aostapenko
  
 
Other contributors:
 
Other contributors:
  <None>
+
None
 +
 
 +
===== Work Items =====
 +
None
 +
 
 +
===== Dependencies =====
 +
None
  
 
==== Documentation Impact ====
 
==== Documentation Impact ====
Line 18: Line 56:
  
 
==== References ====
 
==== References ====
None
+
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html#DDB-PutItem-request-ReturnValues

Revision as of 14:44, 12 September 2014

"ALL_OLD" return value for "put_item" method

Launchpad: [1]

According to DynamoDB API we must have an ability to pass "return_value": "ALL_OLD" in put_item request to retrieve an old item before replacement

Specification status

Draft

Problem Description

Feature is absent in MagnetoDB

Proposed Change

None

Alternatives

None

Security Impact

None

Notifications Impact

None

Other End User Impact

None

Performance Impact

Feature will not make performance impact to ordinary put_item request

Other Deployer Impact

None

Developer Impact

None

Implementation

None

Assignee(s)

Primary assignee: aostapenko

Other contributors: None

Work Items

None

Dependencies

None

Documentation Impact

None

References

http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html#DDB-PutItem-request-ReturnValues