Re: [Maria-developers] comments on parallel applying

2014-07-04 Thread Jonas Oreland
On Fri, Jul 4, 2014 at 10:26 AM, Kristian Nielsen wrote: > Jonas Oreland writes: > > > > > for row-based replication this seems quite "easy". > > > > for statement-based replication i image that you would have to add hooks > > into the "r

Re: [Maria-developers] [Commits] Rev 4376: MDEV-6676: Speculative parallel replication in http://bazaar.launchpad.net/~maria-captains/maria/10.0

2014-09-10 Thread Jonas Oreland
have committed but others have not? It seems as if you could have > a problem with recovery. > > Cheers, Robert Hodges > > > On Wed, Sep 10, 2014 at 2:06 AM, Kristian Nielsen < > kniel...@knielsen-hq.org> wrote: > >> Jonas Oreland writes: >> >> Hi

Re: [Maria-developers] [Maria-discuss] MariaDB encryption

2014-09-23 Thread Jonas Oreland
Hi there, our implementation is in production :) but has not yet been open sourced due to other tasks consuming time :( it has solved all problems enumerated above...and I think it would be much better to have one crypt implementation than two! i'll ask the pavel that does the open-sourcing for

Re: [Maria-developers] [Commits] Rev 4391: MDEV-6676: Speculative parallel replication. in http://bazaar.launchpad.net/~maria-captains/maria/10.0

2014-10-08 Thread Jonas Oreland
how about also adding a mode = 'auto' which currently can be == transaction, but in future could be extended to based on statistics flip actual modes back and forth ? /Jonas On Tue, Oct 7, 2014 at 4:20 PM, wrote: > At http://bazaar.launchpad.net/~maria-captains/maria/10.0 > > --

Re: [Maria-developers] More suggestions for changing option names for optimistic parallel replication

2014-12-05 Thread Jonas Oreland
I still prefer "auto" as default, if you want the fine grained control, I think an optimizer_switch approach is better than adding X new config options, i.e --parallel_mode=option1=true,option3=4 don't you think that there will be new options/variants ? i do don't you think you will want to remove

[Maria-developers] JIRA ping

2014-12-05 Thread Jonas Oreland
Hi Kristian, I light of recent "I did see any of your comments until by accident just now", I now mail you directly that I updated both MDEV-162 and MDEV-7257. I want (review) comments. /Jonas ___ Mailing list: https://launchpad.net/~maria-developers P

Re: [Maria-developers] More suggestions for changing option names for optimistic parallel replication

2014-12-05 Thread Jonas Oreland
ok, fair enough... and you auto purge it every now and then... /Jonas On Fri, Dec 5, 2014 at 12:01 PM, Kristian Nielsen wrote: > Jonas Oreland writes: > > > A slightly off topic question that struck me last night: won't all > parallel > > transactions conflict when u

Re: [Maria-developers] Review of MDEV-162: Enhanced semisync replication

2014-12-12 Thread Jonas Oreland
atch to this or the other JIRA entry. other comments inline below. thanks for review. /Jonas On Fri, Dec 12, 2014 at 12:08 PM, Kristian Nielsen wrote: > Jonas Oreland writes: > > Thanks for the MDEV-162 patch! Here is my review. > > I think the patch looks fine, and we should

Re: [Maria-developers] Review of MDEV-162: Enhanced semisync replication

2014-12-12 Thread Jonas Oreland
Hi again, uploaded dump-thread-enhancements.changes-v2-v3.patch which releases LOCK_binlog_end_pos while sending hb. and...to repeat, the dump-thread-enhancements is a prerequisite for this. /Jonas On Fri, Dec 12, 2014 at 1:56 PM, Kristian Nielsen wrote: > Jonas Oreland writes: >

Re: [Maria-developers] RFC: new replication feature "per-engine mysql.gtid_slave pos"

2017-03-09 Thread Jonas Oreland
how about --gtid_auto_create_engine_list= default value = innodb,tokudb (and the stored proc) /Jonas On Wed, Mar 8, 2017 at 9:58 AM, Kristian Nielsen wrote: > Will Fong writes: > > > What about a configuration setting in my.cnf that will do the above > magically? > > > > I would prefer not m