Sometimes you just have to laugh at the crazy things that can kill a good evening. I had this brilliant idea to change our replication setup on one of our Master-Master replication server setups this week. I got sick of having to restart MySQL every time we wanted to add a new database and have it included in the list of replicated databases - we were using replicate-do-db in our configs.So it
Sun's Open Cloud Vision unveilled: Open Cloud Platform, an open infrastructure powered by Java, MySQL, OpenSolaris, and Open Storage software technologies. Open APIs, Open formats and Open source.
On March 18th, at CommunityONE aka CloudONE, Sun unveiled the open cloud platform for powering public and private clouds. We also announced that we are building our own Public Cloud. This will include a Storage and Compute Cloud. Our Cloud will be compatible with Amazon S3 and EC2 at the API level. Meaning, we will provide S3 and EC2 compatibility APIs in addition to our own, hence enabling an easy migration from Amazon services to Sun Cloud. All clouds - public, private or hybrid, built on Sun's Open Cloud platform will be interoperable and there will be minimal vendor lockin given the cloud platform will be built on open …
[Read more]So I got our Waffle specific code over into Memcached 1.3.2 last night… not 100% sure why at this point but I am seeing a huge change in the the hit rate between 1.2.5 and 1.3.2. Take a look:
Old 1.2.5:
10290.89 new-order transactions per minute (NOTPM)
Server: 192.168.2.105 (11211) pid: 16522 uptime: 2190 time: 1233504281 version: 1.2.5 pointer_size: 32 rusage_user: 23.753484 rusage_system: 127.611975 curr_items: 46800 total_items: 3487050 bytes: 769596712 curr_connections: 20 total_connections: 23 connection_structures: 21 cmd_get: 1752218 cmd_set: 1801081 get_hits: 1685969 get_misses: 66249 evictions: 1680669 bytes_read: 769596712 bytes_written: 769596712 limit_maxbytes: 805306368 threads: 1
New (1.3.2):
6695.67 new-order transactions per minute (NOTPM)
Server: localhost (11211) pid: 9778 uptime: 2087 time: 1238184346 version: 1.3.2 pointer_size: …[Read more]
I got an email yesterday about a user experiencing problems when using memcached UDF for MySQL, so today I spent some time trying to recreate the problem. It turned out that the bug was caused by using uninitialized memory, so I guessed it could be a good blog documenting how I found it...
The first thing I did was to compile and install libmemcached and the udf:
trond@opensolaris> ./config/bootstrap trond@opensolaris> ./configure --prefix=/opt/memcached --enable-dependency-tracking --enable-debug --without-memcached trond@opensolaris> gmake all install trond@opensolaris> ./config/bootstrap trond@opensolaris> ./configure --prefix=/opt/memcached --with-mysql=/usr/mysql/bin/mysql_config --with-libmemcached=/opt/memcached CFLAGS=-g trond@opensolaris> gmake all install
The next thing to do is to instruct MySQL to look in
/opt/memcached/lib
for dynamic libraries by …
Last night's talk at University of Western Ontario was a
resounding success due in no small part to Kyle Charbonneau the
Sun Campus Ambassador who worked very hard to make it
happen.
I presented my new 20 minute intro to MySQL and open source which
is probably more PR than technical but geared at making people go
"wow". Once the tour is done I'll post it up, but right now I
don't want to spoil it for those that come to the next
presentations.
But the meat of the time is spent in questions and answers and
talking about the Tech industry in general. Yes there were the
questions about rumours and Sun and you know we can't comment,
even if I had something to comment, which I don't. But I will let
you know now that I'm sure that I had heard down the grapevine
that Sun was setting up it's own country in the Bahamas (how I
wish I could get that rumour to reality somehow :D)
So some of the questions: Innodb, how …
In a Financial Times report today about
RedHat's quarterly earnings, Sam Ramji of Microsoft takes note of
MySQL and its influence as a key component in the general move
towards open-source software:
Larger deployments of open-source to firms that already run the technology in a small way might be the most that happens, due to the fact that recessions make IT managers worry about risk. For the same reasons, a recession is not the time to switch a workforce to a new technology.
Microsoft is counting on that, while accepting that every leading company will soon be running at least some open-source software.
“It’s a heterogeneous world,” said Microsoft’s Sam Ramji. While Microsoft continues to warn about the legal and economic perils of relying on Linux and similar systems, Mr Ramji’s role is to make sure …
[Read more]Welcome to the 141st edition of Log Buffer, the weekly review of database blogs. The Oracle bloggers were especially chatty this week, so let’s start with them.
Rob van Wijk wrote a fine post about choosing between SQL and PL/SQL, defending his choice of straight-up SQL for logic. Naturally, this triggered a lot of discussion, as well as a few responses from other blogs. Chen Shapira framed her response in a question about code life-cycle: would you rather maintain SQL or PL/SQL?
[Read more]Sun's Open Cloud Vision unveilled: Open Cloud Platform, an open infrastructure powered by Java, MySQL, OpenSolaris, and Open Storage software technologies. Open APIs, Open formats and Open source.
On March 18th, at CommunityONE aka CloudONE, Sun unveiled the open cloud platform for powering public and private clouds. We also announced that we are building our own Public Cloud. This will include a Storage and Compute Cloud. Our Cloud will be compatible with Amazon S3 and EC2 at the API level. Meaning, we will provide S3 and EC2 compatibility APIs in addition to our own, hence enabling an easy migration from Amazon services to Sun Cloud. All clouds - public, private or hybrid, built on Sun's Open Cloud platform will be interoperable and there will be minimal vendor lockin given the cloud platform will be built on open …
[Read more]Sun's Open Cloud Vision unveilled: Open Cloud Platform, an open infrastructure powered by Java, MySQL, OpenSolaris, and Open Storage software technologies. Open APIs, Open formats and Open source.
On March 18th, at CommunityONE aka CloudONE, Sun unveiled the open cloud platform for powering public and private clouds. We also announced that we are building our own Public Cloud. This will include a Storage and Compute Cloud. Our Cloud will be compatible with Amazon S3 and EC2 at the API level. Meaning, we will provide S3 and EC2 compatibility APIs in addition to our own, hence enabling an easy migration from Amazon services to Sun Cloud. All clouds - public, private or hybrid, built on Sun's Open Cloud platform will be interoperable and there will be minimal vendor lockin given the cloud platform will be built on open …
[Read more]A few interesting KPIs about certified people and their current location (the fact that many people travel from one country to the other for work is very popular these days especially in the IT sector): Before starting to read, I am hereby assuming the MySQL list of MCDBAs is on a residence basis not citizenship. There are [...]