Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-09-08 01:42:17 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-09-08 01:42:17 (GMT)
commit0e38f871622d85b0c4651d0fc64c4693b805eb79 (patch)
treee0d45fb335a7f95fac518da8719f1a59c88d4182 /NEWS
parentf46c8674cd85aef7dc38d7b70a3de7225a884d51 (diff)
Copy items asynchronously, support moves instead of copies
update() and create() now support a 'transfer_ownership' argument that causes the datastore to move the object, rather than copy it when it can. When copies must be done, the copy is internally asynchronous when possible to allow the datastore to continue processing requests from clients while the copy is ongoing.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7dc243..da00958 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+* On update() and create(), copy asynchronously where possible, and
+ add new "transfer_ownership" argument to update() and create() that
+ allow the datastore to move the object rather than copy it (dcbw)
+
Snapshot a111996299
Snapshot 356b35a278