Updated Branches: refs/heads/trunk 5ad45de6d -> f601dbfdf
Also mention 2749 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f601dbfd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f601dbfd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f601dbfd Branch: refs/heads/trunk Commit: f601dbfdf40b2e95622e5a1296e50dd043a4c83a Parents: 5ad45de Author: Brandon Williams <[email protected]> Authored: Wed Jan 11 11:50:03 2012 -0600 Committer: Brandon Williams <[email protected]> Committed: Wed Jan 11 11:50:03 2012 -0600 ---------------------------------------------------------------------- NEWS.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/f601dbfd/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 074f856..493bb6a 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -51,6 +51,8 @@ Features a single row have always been *atomic* (either all will be applied, or none) thanks to the CommitLog, but until 1.1 they were not *isolated* -- a reader may see mixed old and new values while the update happens. + - Finer-grained control over data directories, allowing a ColumnFamily to + be pinned to specfic media. - Hadoop: a new BulkOutputFormat is included which will directly write SSTables locally and then stream them into the cluster. - The bulk loader is not longer a fat client; it can be run from an
