Apache Cassandra overwhelming bandwidth overhead
Posted
by tanyehzheng
on Stack Overflow
See other posts from Stack Overflow
or by tanyehzheng
Published on 2010-05-10T02:09:14Z
Indexed on
2010/05/10
2:18 UTC
Read the original article
Hit count: 392
cassandra
while testing Apache Cassandra, I inserted 1000 rows of data. I allow it to propagate to the other machine on LAN. This is a 2 machine cluster. I monitor the network connection between the two machine. The total data I expected to flow between the two servers should be around 25Mb including all column names, column values and timestamps). But the actual data sent and received between them was an whopping 362Mb!! Anybody knows why is there such an overwhelming overhead? Thank you
© Stack Overflow or respective owner