Friday, December 9, 2011

Running my first Cassandra cluster

I like the idea to scale horizontally, and noSql has some db:s that helps with the concept of partitioning data... So here is my first cluster, up n running. For the shaped eyed person you can see that all nodes are on the same host i.e. 127.0.0.x, but to my defense it's only a lab..

/**
  Address         DC          Rack        Status State   Load            Owns    Token
                                                                               163797825623819365665351379564473550862
127.0.0.2       datacenter1 rack1       Up     Normal  11.29 KB        50.00%  78727233893584749799507727706531497998
127.0.0.4       datacenter1 rack1       Up     Normal  15.73 KB        12.50%  99994881826143403765968640671017011214
127.0.0.5       datacenter1 rack1       Up     Normal  11.29 KB        12.50%  121262529758702057732429553635502524430
127.0.0.3       datacenter1 rack1       Up     Normal  11.33 KB        12.50%  142530177691260711698890466599988037646
127.0.0.1       datacenter1 rack1       Up     Normal  15.7 KB         12.50%  163797825623819365665351379564473550862

No comments:

Post a Comment