Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.28 KB

README.md

File metadata and controls

68 lines (49 loc) · 2.28 KB

Top 5 bad decisions when dealing with in-memory databases

Read this article first.

Map-reduce, which kills

SPOF

Unstructured data

Master-master replication without triggers

Transactions before connecting to a replica

How to avoid problems?

How to install

  • Debian/Ubuntu:

    curl -L https://tarantool.io/fJPRtan/release/2.8/installer.sh | bash
    sudo apt install cartridge-cli
  • CentOS/Fedora/ALT Linux:

    curl -L https://tarantool.io/fJPRtan/release/2.8/installer.sh | bash
    sudo yum install cartridge-cli
  • MacOS:

    brew install tarantool
    brew install cartridge-cli

If something hasn't worked

Probably you have a running Tarantool instance. Stop it with pkill -9 tarantool