~charmers/charms/trusty/cassandra/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Cory Johns
  • Date: 2016-02-25 17:35:50 UTC
  • Revision ID: cory.johns@canonical.com-20160225173550-3gl1t7elhruaw84o
Revert previous merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
# Editions
15
15
 
16
 
This charm supports Apache Cassandra 2.0, 2.1, 2.2 & 3.0, and
17
 
Datastax Enterprise 4.7 & 4.8. The default is Apache Cassandra 2.2.
 
16
This charm supports Apache Cassandra 2.0, Apache Cassandra 2.1, and
 
17
Datastax Enterprise 4.8. The default is Apache Cassandra 2.1.
18
18
 
19
19
To use Apache Cassandra 2.0, specify the Apache Cassandra 2.0 archive source
20
20
in the `install_sources` config setting when deploying.
60
60
## Planning
61
61
 
62
62
- Do not attempt to store too much data per node. If you need more space,
63
 
  add more nodes. Most workloads work best with a capacity under 1TB
 
63
  add more nodes. Most workloads work best with a capacity under 500GB
64
64
  per node.
65
65
 
66
66
- You need to keep 50% of your disk space free for Cassandra maintenance
67
67
  operations. If you expect your nodes to hold 500GB of data each, you
68
 
  will need a 1TB partition. Using non-default compaction such as
69
 
  LeveledCompactionStrategy can lower this waste.
 
68
  will need a 1TB partition.
70
69
 
71
 
- Much more information can be found in the [Cassandra 2.2 documentation](http://docs.datastax.com/en/cassandra/2.2/cassandra/planning/planPlanningAbout.html)
 
70
- Much more information can be found in the [Cassandra 2.1 documentation](http://www.datastax.com/documentation/cassandra/2.1/cassandra/planning/architecturePlanningAbout_c.html)
72
71
 
73
72
 
74
73
## Network Access