I started working on my upcoming talk at PGCon 2008 and realized that I haven't put my talk from PostgreSQL Conference East 2008 - PostgreSQL and Benchmarks online yet.
More on the upcoming presentation later.
I'm hosting a MySQL Tour event in Helsinki, probably this is the last stop on the tour so it will end in the same city where MySQL got started. If you are nearby, please pop in!
***
MySQL Tour visits Open Tuesday in Helsinki May 6th
This winter we haven't had as many Open Tuesday meetings as we
had last year,
but we will finish off the season with meeting Sun and MySQL on
May 6th at
18:00, in the usual place Club Ahjo, Bulevardi 4, Helsinki.
There are interesting posts these day about future of MySQL Replication by Brian Frank and Arjen.
I think it very interesting to take a look at a bit bigger picture using framework from Innovators Dilemma and Innovators Solution.
I’m not going to speak about disruption and commoditisation of Database …
[Read more]
Coming from Berlin and Hamburg meetups, I am about to board a
plane for San Francisco and the MySQL Users Conference. I am looking forward
to see a lot of familiar faces from the community and many still
unfamiliar ones that I have been contacting in the latest weeks.
New colleagues (plenty of them!) new community people, new
business partners.
And the conference will also bring some surprises. The ones
coming from MySQL will be old news for me (oh, the joy of being
an insider!), but a few ones are still exciting because they will
be in the making until the very last minute. Much meat will be on
the grill. Stay tuned.
The program itself is interesting and charming. I will attend the
sessions on my private schedule as a personal treat, enjoying the
technology as a kid in a toy store.
And of course I will enjoy my tutorial on MySQL Proxy and the
session on MySQL Sandbox. I will treat …
Updated On good advice from Sheeri I made a few comments clearer.
We have proposed that the integral “MySQL Community Photo Day” be on Thursday April 17 2008, the final day of the MySQL Users Conference.
Wear a t-shirt from an open source community project on Thursday, whether a PrimeBase PBXT one or your favorite open source project (of course I prefer the first option). Get your photo taken with the masses of community supporters. If your not attending this year, this doesn’t mean you can’t also contribute a photo yourself from what location you are from. Save a saving fund for next year but get us a photo.
It doesn’t have to just be Thursday, we will accept photos at any
time before then. Upload a photo and win a prize. (Baron you
definitely get chocolate)
We have created a Flickr group called “MySQL Community Photo Day”
at …
This year’s conference has a great lineup. As usual, with 8 sessions concurrently, it’s impossible to pick which ones I want to see. However, I did learn a few things from last year’s conference, which I think will help me get more out of it this time.
Number one rule: not all sessions are created equal. I can’t say for sure, but I’m pretty sure that when you see “How Product X Will Scale Your Databases” presented by a person from Company X, you can reasonably suspect that Company X is paying for this privilege, and it’s not really a session as much as a product demo. These sessions were not reviewed and voted on by the community (I know, because I was one of the community members who were asked to review and vote on proposals. Maybe I’m being a whistle-blower and won’t get this honor next year as a result…)
Number two rule: if the description is vague, or if it sounds like regurgitation, I’m skeptical. For …
[Read more]
By the way, the entry counter at Planet MySQL stands
at 9982. Which blogger will capture the illustrious 10,000th
entry, and will MySQL hand out a prize? I think it's worthy,
Planet MySQL has proven to be a great resource over the
years.
Of course, there have been more posts, but prior to me setting up
the current software infrastructure (March 2004), there was no
archiving of old posts. Actually, it'd be great to be able to
search the archives. Fairly simple to implement, MySQL Community
team just needs to put the code out there so anyone external can
do it. I'm happy to be embarassed (it's my code ;-) so no worries
there.
But let's see, so it's been about 4 years, that's 2500 entries
per year, about 48 entries per week. Not bad! I asked Lenz some
time ago if he could run a query to show the trend of # of
queries per week/month over time, also split out between …
There has been some discussion recently regarding the death of MySQL Read Replication starting with Brian Aker and then Farhan, Arjen and Paul have all chimed in. Whatever you want to call it, the next generation of replication approach is clearly on the agenda of the industry leaders and pack followers. We should take a programmatic look however and ask ourselves a few questions. Such as:
I’d like to welcome you all to Kickfire. My name is Raj
Cherabuddi. I am the co-founder and CEO. Joe Chamdani, my
co-founder, and I founded Kickfire back in 2006. Since then we,
along with our amazing team, have been working extremely hard to
bring a revolutionary new technology to market which we believe
will change the way people think of data warehousing.
Joe and I have worked together for the last 13 years. We met when
we were both lead architects on Sun’s SPARC processors. What has
continued to inspire us over the years is a passion for daunting
technical challenges with the potential to create paradigm shifts
in the marketplace. In our first company, Sanera, the
breakthrough was to bring a high-performance networking
architecture to the multi-protocol SAN world resulting in the
most scalable SAN switch of its time. This success is proven by
the fact that Sanera’s products, now part of Brocade, can be
found in thousands of …
I set Antony Curtis (former MySQL colleague, and he
recently moved to Google) a little challenge before the conf, can
he make his external stored procedure framework support Lua? This will hinge on
whether Lua is truly thread-safe and does not have evil mutexes
hiding in its inner depths.
Antony responded that, if indeed it's thread-safe, it should only
be a matter of hours. That'd be cool.... the standard stored proc
language, while standard, is really nothing more than basic with
a gross hangover. It's not pretty or flexible, writing longer
procedures is like .... I dunno what would compare, but it's
painful. The problem is just finding something threadsafe and
small enough to get embedded, otherwise it requires external
infrastructure. Lua would be ideal. We'll see!
Lua is of course also used in …