Stanislav Budaev

Results 7 comments of Stanislav Budaev

Elixir version: 1.7 Erlang version: 21 Database and version: Postgres 9.4 (with BDR 1.0) Ecto version: 3.0.6 Ecto SQL version: 3.0.4 Database adapter and version: Postgrex 0.14.1 Operating system: Ubuntu...

We got 4 more crashes in two different applications on 4 different servers connected to same database. I tried to collect as much data as possible but I don't think...

Hi, @josevalim and @fishcakez , After more than two weeks we had this issue again today, twice. I exported error log of one node from first error until node crashed...

Hi, I think it might be useful if I post some statistic of how we use database. We do 71k select queries and 3k of other types of queries in...

@fishcakez and @josevalim thank you for your help! We are going to deploy it on production asap. In parallel our team made huge progress in reducing amount of queries we...

It suddenly happened again this morning after more than a month since last time. Before error we had just 15 queries in a second to database. This is an error...

Hi @josevalim! I haven't seen it since September last year. What we did since then: 1) changed Repo config with: ``` pool_size: 24, prepare: :unnamed, queue_target: 5000, queue_interval: 500, ```...