Hi Jay!

Jay Pipes wrote:
> Hi all!
> 
> Please respond with your submissions for this past week :)
> 
> Here are some suggested questions to think about:
> 
> * Something you fixed or worked on this week that you want to talk about?

Got the mem* patch merged with main.

Going to go over the code some more and see if there are things I can
improve to make the code faster and simpler. Going to have a look at
virtual functions usage, since that is the single most abused C++
feature (from a performance perspective) for modern processors.

Started designing a replication focused on clouds, it is there as the
blueprint drizzle-replication, but it will be slow progress since I have
a day work to take care of next week. :)

> * Any conversations besides Bikeshed stuff on the mailing lists that
> deserve to be summarized?
> * Any thoughts on work you're doing to fix long-standing issues or stuff
> that you will be working on in the next week.

Mark pointed out there is contention on the LOCK_log mutex, so I might
try to fix it in MySQL, but I will quite certainly fix it in Drizzle (it
is WL#4007, but there is some work that is not part of that worklog that
might reduce some contention). It's been annoying me for quite some
time, so I might just get around to actually fixing it.

Also, Monty (the other Monty) wanted to have the binlog module as a
separate library, so I might take a look at that as well, but it will
also take some time to finish.

> * I will review the bugs that were fixed this week, but if you (Andrew,
> Monty?) have more information on them, that would be useful.
> * How is the Drizzle community working together so far?  How has
> Launchpad.net been in helping the community work?

I think Launchpad is great and that it really supports the kind of
distributed development model that I truly feel comfortable with. I am
even considering to start using it for my "private" projects associated
with the MySQL server.

Feel free to cut and paste and reformulate as you see fit.

Just my few cents,
Mats Kindahl

> * Anything interesting happenings in the broader community that you
> think is relevant to Drizzle?
> 
> Thanks in advance for your help!
> 
> Jay
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~drizzle-discuss
> Post to     : [email protected]
> Unsubscribe : https://launchpad.net/~drizzle-discuss
> More help   : https://help.launchpad.net/ListHelp


-- 
Mats Kindahl
Lead Software Developer
Replication Team
MySQL AB, www.mysql.com
begin:vcard
fn:Mats Kindahl
n:Kindahl;Mats
org:Sun Microsystems
adr;quoted-printable:;;Tegv=C3=A4gen 3;Storvreta;SE;74334;Sweden
email;internet:[EMAIL PROTECTED]
title:Lead Replication Software Developer
x-mozilla-html:FALSE
version:2.1
end:vcard

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to