From 3f7d9e3ad6e63b43da5670090c8f72329f536f3e Mon Sep 17 00:00:00 2001 From: Evgeny Khramtsov Date: Thu, 18 Jul 2019 19:31:12 +0300 Subject: Remove Riak support Reasons: - Riak DB development is almost halted after Basho - riak-erlang-client is abandoned and doesn't work correctly with OTP22 - Riak is slow in comparison to other databases - Missing key ordering makes it impossible to implement range queries efficiently (e.g. MAM queries) --- mix.exs | 1 - 1 file changed, 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index 281ef72f0..c2dd63696 100644 --- a/mix.exs +++ b/mix.exs @@ -107,7 +107,6 @@ defmodule Ejabberd.Mixfile do defp cond_deps do for {:true, dep} <- [{config(:sqlite), {:sqlite3, "~> 1.1"}}, - {config(:riak), {:riakc, "~> 2.4"}}, {config(:redis), {:eredis, "~> 1.0"}}, {config(:zlib), {:ezlib, "~> 1.0"}}, {config(:pam), {:epam, "~> 1.0"}}, -- cgit v1.2.3