10배 빠른 것 같다! NoSQL 데이터베이스 "Aerospike"를 설치하는 방법

Aerospike란?



고속 처리를 자랑하는 분산 KVS.
SSD에 최적화된 인메모리 고성능 NoSQL 데이터베이스 KVS이며 고속성, 확장성, 고가용성을 자랑하는 NoSQL 솔루션.

설치만이라면, 10~15분 정도로 할 수 있었으므로, 순서를 메모.

설치 대상 환경


cat /etc/system-release
Amazon Linux AMI release 2016.09

Aerospike 설치


wget -O aerospike.tgz http://aerospike.com/download/server/latest/artifact/el6
tar -xvf aerospike.tgz
cd aerospike-server-community-3.10.0.1-el6/
./asinstall

시작


service aerospike start

Increasing read socket buffer limit (/proc/sys/net/core/rmem_max): 212992 -> 15728640
Increasing write socket buffer limit (/proc/sys/net/core/wmem_max): 212992 -> 5242880
Starting and checking aerospike:                           [  OK  ]

다양한 파일


  • 로그 파일
  • cat /var/log/aerospike/aerospike.log
    cat /var/log/aerospike/telemetry.log
    
  • 설정 파일
  • cat /etc/aerospike/aerospike.conf
    

    Aerospike Management Console(AMC) 설치


    wget -O aerospike-amc.rpm http://www.aerospike.com/download/amc/latest/artifact/el6
    rpm -Uvh aerospike-amc.rpm
    

    AMC 시작


    service amc start
    Starting AMC....
    AMC is started.
    

    웹 관리 화면에 액세스


    http://<グローバルIPアドレス>:8081
    

    기본 설정을 그대로두면 8081번으로 액세스

    화면 확인





    안전하게 연결되었습니다. 소통을 확인

    기타, 설정


    memory-size - メモリの搭載量に応じて、設定値を変更
    storage-engine memory - インメモリで捌く場合に設定
    

    세세한 설정이나, conf 주위 등, 벤치마크를 취하면서,
    앞으로 튜닝을 가고 싶다.

    참고 문헌 : h tp // w w. 굳이 s 피케. 코 m / 드 cs / 오페라 치온 s / 곤푸 쿠레 / 핥기 s 파세

    좋은 웹페이지 즐겨찾기