Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "FAQ_JP" page has been changed by MakiWatanabe. http://wiki.apache.org/cassandra/FAQ_JP?action=diff&rev1=65&rev2=66 -------------------------------------------------- == How can I iterate over all the rows in a ColumnFamily? == Simple but slow: Use get_range_slices, start with the empty string, and after each call use the last key read as the start key in the next iteration. - Better: use HadoopSupport. + Better: use [[HadoopSupport_JP|HadoopSupport]]. <<Anchor(no_keyspaces)>> @@ -347, +347 @@ <<Anchor(hadoop_support)>> == Hadoop (例. Map/Reduce, Pig, Hive) はサポートされていますか? == - Hadoop-Cassandra統合の最新情報については, HadoopSupport をご覧ください. + Hadoop-Cassandra統合の最新情報については, [[HadoopSupport_JP|HadoopSupport]] をご覧ください. <<Anchor(multi_tenant)>>
