1. Cassandra
- 개념 : NoSql DB 중 하나로 대표적인 분산형 Data Storage.
- 장점 : Write 성능이 비교적 우수, CQL으로 기존 RDB SQL과 비슷하게 사용 가능.
- 단점 : JOIN 불가, 복잡한 쿼리 사용 불가
- Cassandra 소개 블로그 : https://meetup.toast.com/posts/58
2. Cassandra 설치
1) 공식 홈페이지에서 Cassandra Download
2) gz 압축 폴더 압축 풀기
3) bin 폴더에서 .\cassandra -f실행
PS C:\Dev\apache-cassandra-3.11.4\bin> .\cassandra -f
아래의 로그까지 확인하면, 정상적으로 실행 한 것이다.
PS. 혹시 powershell로 실행중 권한 오류가 난다면 아래 내용 참고.
https://log-laboratory.tistory.com/category/DevelopTool/PowerShell
'Database > Cassandra' 카테고리의 다른 글
[Cassandra] 테이블 설계시 확인 사항 (0) | 2020.05.05 |
---|---|
[cassandra] docker + cassandra (0) | 2020.04.22 |
[Cassandra][ERROR] Can't detect Python version! (0) | 2019.04.03 |