From 9e2a9c4c025b492169fe244c4a443d1b63b50968 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 08 Sep 2007 01:53:32 +0000 Subject: Support moving of files to datastore when using write_file() Using the transfer_ownership argument, activities using the default activity datastore integration methods (namely write_file) will now tell the datastore that it can move the files by default. This reduces the copies required, which is slow on flash. For activities not using the standard APIs (Record, etc), the datastore bindings allow the activity to specify when ownership should transfer. --- (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7e7d1f4..bd6cbf8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +* Support moving of data files written to the datastore using standard Activity + write_file() API (dcbw) + Snapshot c8700feccf * Removing activity from donut when not the active and the last one (erikos) -- cgit v0.9.1