Cassandra についていくつか質問があります。まず、storage-conf.xml に列とキースペースを作成したいのですが (これはありませんが、最新バージョンでは cassandra.yaml に置き換えられたと思います)、これを書き込もうとしましたcassandra.yaml をメモ帳で開いてみましたが、datastax Web インターフェイスに新しいキースペースが表示されなかったため、機能していないようでした。
<Keyspace>
<Keyspace Name="Sales">
<ColumnFamily Name="Customer" CompareWith="UTF8Type" />
<ReplicaPlacementStrategy>org.apache.cassandra.locator.RackUnawareStrategy
</ReplicaPlacementStrategy>
<ReplicationFactor>1</ReplicationFactor
<EndPointSnitch>org.apache.cassandra.locator.EndPointSnitch</EndPointSnitch>
</Keyspace>
私は何を間違っていますか?
また、リレーショナルSQLサーバーデータベースをcassandraに移行する簡単な方法があるのだろうか?
前もって感謝します!