<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Write fast, Read verryverry slow</title>
		<link>http://www.datastax.com/support-forums/topic/write-fast-read-verryverry-slow</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 07:56:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/write-fast-read-verryverry-slow" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Write fast, Read verryverry slow"</title>
			<link>http://www.datastax.com/support-forums/topic/write-fast-read-verryverry-slow#post-1097</link>
			<pubDate>Wed, 08 Feb 2012 18:17:40 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1097@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I hope you can help me.&#60;/p&#62;
&#60;p&#62;My Setup:&#60;br /&#62;
I have a cassandra setup with two nodes. On this I actually have one Keyspace with the replication factor 2 and one Column Family.&#60;br /&#62;
This column family contains &#38;lt;2.000 rows and each row has round about 200 Collumns (growing).&#60;/p&#62;
&#60;p&#62;Inserting data is fine. Verry fast, verry coool!&#60;/p&#62;
&#60;p&#62;Now my problem:&#60;br /&#62;
I'm trying to sth. like a scan over all collumns of one row. Therefor I use Java Hector and coded the following&#60;/p&#62;
&#60;p&#62;...&#60;br /&#62;
SliceQuery&#38;lt;String,UUID,byte[]&#38;gt; query = HFactory.createSliceQuery(&#34;myKeyspace&#34;, StringSerializer.get(), TimeUUIDSerializer.get(), BytesArraySerializer.get());&#60;br /&#62;
query.setColumnFamily(&#34;myCf&#34;).setKey(&#34;someKey&#34;).setRange(null, null, false, 10000);&#60;br /&#62;
QueryResult&#38;lt;ColumnSlice&#38;lt;UUID, byte[]&#38;gt;&#38;gt; result = query.execute();&#60;/p&#62;
&#60;p&#62;List&#38;lt;HColumn&#38;lt;UUID, byte[]&#38;gt;&#38;gt; columns = result.get().getColumns();&#60;br /&#62;
...&#60;/p&#62;
&#60;p&#62;It seems that the query.execute() command takes several seconds to return (~10). This seems to be very slow for me. And it seems that the number of Collums is not the cause of this.&#60;/p&#62;
&#60;p&#62;Does anyone has a hint for me?&#60;/p&#62;
&#60;p&#62;Kind regards&#60;br /&#62;
spoi
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
