There’s a real explosion of cloud platforms and management tools, it seems you can’t swing a dead cat without hitting one these days. In the commercial proprietary solutions space you have – CA’s 3Terra AppLogic, Enomaly, Nimbula, RightScale. In open source there are Eucalyptus, Cloud.com, Open Nebula and …
[Read more]I`m not the biggest fan of openSUSE but this weeks post by Colin Charles makes me happy ..
openSUSE users can now do a mariadb install from their default repositories.
With all the fuzz about Snoracle and MySQL's future last year to
me it became clear that we would end up having different MySQL
based distributions, probably with different names, and that it
would be up to the Linux distributions to provide the users with
what they preferred, working with those Linux distributions
therefore would be very important for the MySQL distributions.
Sadly my Fedora box doesn't allow me to do a yum install mariadb yet ... but I`m sure that's only a matter of time ..
Technorati Tags: …
[Read more]
This article gives a step-by-step instruction for visual database
creation.
There is a lot of instruments that allow database developers
avoid monotonous and error prone manual writing of scripts for
tables creation. But to have a complete picture while creating a
database it’s necessary not only to speed up the process of
database objects creation, but also to visualize relations
between them. dbForge Studio for MySQL offers a perfect tool for
such purpose – Database Designer.
Let’s create the sample demobase database visually.
Task:
Create a database that would contain information about the salary of employees of different company departments.
- …
OmniTI’s Surge conference is looking really good — and I’m going to be speaking there. The CfP just closed, so the list of speakers is still growing, but it already includes impressive names such as Neil J. Gunther. So far, this speaker list has zero fluff, and reminds me of the Percona Performance Conference. I’ll be talking about how not to shard your systems. Sharding is no fun and it’s costly. If you don’t have to do it — and many applications don’t need to, with orders-of-magnitude performance improvements in MySQL — you should not.
Related posts:
- …
One of the hot topics here at the Community
Leadership Summit in Portland is "what is an open source
company ?". Simon Phipps has a got a lot of good points on this
in his blog about Open Source Business.
We have companies like SugarCRM and Eucalyptus
marketing themselves as "open source companies", even while not
all of their code is available under an open source
license.
To me it's clear that just because some of your product(s) is
available under an open source license, you can't claim to be an
open source company, as that would make the term meaningless.
Under such a definition even Microsoft would be an open source …
My wife – a good web designer with 6 years of experience with web design, HTML and CSS is looking for a job. Here is some information about her:
- Her web site (of course she is the one who designed it)
- Her portfolio
- Her resume
- Her LinkedIn profile
We’re physically located in Toronto, Canada, but she has a great experience of working remotely too. So, if you need a web designer or a junior web designer, feel free to contact Tanya.
…
[Read more]Other the last few years I’ve read quite a lot about IPv6 but not really done a lot about it. The theory is easy but when you actually look to try to set it up you suddenly find that most hardware does not really support it.
- My ISP (Jazztel) have told me they don’t provide an IPv6 service.
- My Draytek 2820n ADSL router does not support IPv6. Draytek seem to be just starting to look at this in their Vigor 2130 series, but my ADSL router is not covered.
- My Thecus N5200 Pro NAS device does run Linux underneath so it can be configured to support IPv6. I’ve recently upgraded to firmware version …
I pushed more patches to the Facebook patch for MySQL 5.1. I still have to
write the release notes -- sorry. On the bright side another
person has joined our team and is working on a tool to do online
schema changes using triggers. Failover is not required.
The updates include:
-
- Improve peak QPS and IOPs from InnoDB by making BUF_READ_AHEAD constant, reducing the use of fcntl and reducing the overhead of finding free InnoDB
pages.
- Fix the …
We’re at OSCON and today has been fabulous – I’ve just been connecting with old friends, and making new friends, and all this is what makes the travel experience completely worthwhile. If you’re at OSCON, why not come to a couple of BoF’s:
- MariaDB: The Community Fork of MySQL at 8pm on Monday 19/07/2010. Great for a general overview of MariaDB, for beginners to the advanced folk to come to.
- MariaDB: Features In-depth at 9pm on Wednesday 21/07/2010. Great if you’re a more intermediate to advanced user of MySQL/MariaDB and want to know more about the additional features MariaDB has to offer, and what else it might offer in the near future (i.e. what are you …
Oracle distributes a series of 12 RPM packages that make up the
MySQL Cluster product. Lately I've been getting a lot of
questions asking which of these dozen RPM packages should be
installed onto which nodes.
An overview of the contents of each RPM package is provided in
the documentation at http://dev.mysql.com/doc/refman/5.1/en/linux-rpm.html
and http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-multi-install.html.
I think this section of the documentation is a bit messy so I'll
give a short description of each here:
MySQL-Cluster-gpl-client
This package contains the standard MySQL clients and
administration tools.
Contains: mysql, mysqladmin, mysqlcheck, mysqldump, etc...
This package should be installed …