Re: [Pdns-users] test driving LMDB backend

2019-05-06 Thread Bart Mortelmans
Thanks for the tip! I indeed didn't have systemd-devel installed. Will go over the other "BuildRequires" in pdns.spec before I try compiling again. Regards, Bart Op 6/05/19 om 11:04 schreef Pieter Lexis: Hello Gert and Bart, On 5/6/19 10:49 AM, Gert van Dijk wrote: (just wanted to comment o

Re: [Pdns-users] test driving LMDB backend

2019-05-06 Thread Bart Mortelmans
Dear Gert, I'm indeed using InnoDB. I didn't do much optimization to the MySQL. Only had this: innodb_buffer_pool_size=128M which is actually default. But on a 1G machine, there isn't much room for improvement either. I didn't change InnoDB flush log settings. I wouldn't expect this to make

Re: [Pdns-users] test driving LMDB backend

2019-05-06 Thread Pieter Lexis
Hello Gert and Bart, On 5/6/19 10:49 AM, Gert van Dijk wrote: > (just wanted to comment on this, slightly unrelated part) > > On Mon, May 6, 2019 at 10:02 AM Bart Mortelmans wrote: >> I actually found out because systemd was restarting the service every >> couple of minutes. Turns out that I sho

Re: [Pdns-users] test driving LMDB backend

2019-05-06 Thread Gert van Dijk
(just wanted to comment on this, slightly unrelated part) On Mon, May 6, 2019 at 10:02 AM Bart Mortelmans wrote: > I actually found out because systemd was restarting the service every > couple of minutes. Turns out that I should have put "Type=simple" in the > .service-file instead of "Type=noti

[Pdns-users] test driving LMDB backend

2019-05-06 Thread Bart Mortelmans
Hi, I've been test-driving the new PowerDNS LMDB backend. Even though my tests are very basic, I though some of you might be interested in my findings. TL;DR: It's easy to set-up (at least as slave). In my basic set-up, it could handle about 7 times the load the MySQL back-end could handle.