Dear Italian MySQLlers,
join us for two new webinars on High Availability and Scalability
and on the upcoming MySQL Enterprise Fall Release. All details
here: http://www-it.mysql.com/news-and-events/web-seminars/
In the first one on November the 13th we will explore various
MySQL high availability technologies and architectures. We will
explore the uses cases for when to implement MySQL Replication,
MySQL Cluster, Distributed Replicated Block Device (DRBD) and
other high-availability technologies.
Join us on December the 9th to see how the MySQL Query Analyzer,
a new feature to the MySQL Enterprise Monitor, helps keep your
key MySQL systems up and running at the highest levels of
scalability and performance by helping you analyze your most
expensive application and user queries by total executions, total
run time, total …
|
The vast majority of Tomcat applications ran fin on GlassFish. Jan tell us that now even the ones using the Tomcat-style valves will run unmodified. Of at The ServerSide Pawan explains How to use OpenMQ with Mule ESB by configuring the Mule JMS connector. Added (by pelegri) - I've heard of a number of requests for this, please let us know if you use the combination so we can track OpenMQ adoption. … |
This is a basic heads up post, perhaps even blatant self marketing. So, please continue reading.
If anyone recalls the website http://mysql-dba.com they would know that it’s based on the planet.py codebase that is written in python. I originally wrote a simple php script that utilized the lastRSS.php class for parsing feeds on the backend for archival purposes to be used at a later date. I say archival and later date because the site itself did not utilize any of the relational data storage to run the site. The site’s python code and cache was updated by cron scripts every 15 minutes and new data was scp’d from my dev server to my webhost’s servers. This process eventually was quite randomly run since my development server rack in the garage at home gets really hot during the summer months and I ended up taking the servers offline unless I was actively using them for other purposes. You could say the priority of the site came …
[Read more]Kickfire was recently selected by Network World as one of 10 Open Source Companies to Watch. First of all, the disclaimer: we are not an open source company. As any of you reading this blog know, Kickfire is an appliance company. So, why then did we appear on the list? The link of course is MySQL.
The Kickfire appliance was built to run MySQL for high-performance business intelligence and data warehousing workloads. So, while we are not an open source company, we are very much what I would term as an “open source-based business”. Now, for those who track the data warehousing market, it might seem that a lot of vendors could claim that mantle as a large proportion have code that is derived from PostgreSQL. However, that’s not what I mean by an open source-based business. So, how would one …
[Read more]After working on build and test improvements (for example incorporating lualint and LuaCov) as well as other lua “side-projects” (i.e. Log4LUA) we are running towards HSCALE 0.3.
The focus of the forthcoming version 0.3 of HSCALE is Dictionary Based Partition Lookup. Using this partition lookup module lets you take full control over how your partitions are created and where they are actually located.
Update: Dictionary Based Partition Lookup is fully implemented. See this blog post and the wiki page about it.
Please note: Due to …
[Read more]Everything is available at the project page
Please report issues and feature request here.
Version 0.2 is a bug fix release but with 2 significant changes in syntax:
- Changed all constructor methods from
create(...)tonew. Seems to be more common in the LUA world. - The logger class is now returned by the module. So it is
local logger = require("optivo.common.log4lua.logger")
local LOG = logger.new(…)instead of
local logger = require("optivo.common.log4lua.logger")
local LOG = logger.Logger.create(…)
Some potential bugs have been spotted using (a slightly adopted version of) lualint and …
[Read more]How is the newest browser fairing in technical reviews? READ MORE
We made new patches, improved previous and want to announce new
builds for 5.0.62, 5.0.67 and 5.1.26 versions. One of biggest
changes we separated releases of 5.0 into two branches.
First, just "-percona" release is more stable and contains only
stable and proven on many installation patches. Second is
"-percona-highperf" release, which contains experimental patches
that can improve performance significantly. On this stage
"percona-highperf" contains patches from Yasufumi Kinoshita (more
info on Maximum performance of OLTP benchmark is not so
scalable on multi-cpu.
Most important patch "split_buf_pool_mutex" to separate InnoDB
buffer->pool mutex into several, and it allows to get 1.5x -
2.5x improvements in DBT2 benchmarks on 8cores boxes (benchmark
results is coming and will be published)
For all three versions we added SHOW PATCHES command, which is based …
[Read more]
Mark Schoonover has asked me to take over the LinkedIn Group for
MySQL Certified Professionals. We are still working out the
details but I would like to ask the almost 200 members of that
group and any potentially interested others what they would like
to see this professional community become.
Personally, I am going to need a platoon of MySQL Exam beta test
guinea pigs and this group looks like a great source for talent
people.
But what do the members want?
Cisco gives accounts with CCIEs on staff a percentage discount on
support contracts? They also get an escallated queue for any
support calls. The logic behind that is that a CCIE would not
call on something trival and would have triaged the problem. Is
this something for this group?
Or do we need t-shirts? Mugs? A special room (rubber padded,
drool absorbant carpet) reserved for us at the 2009 Users
Conference?
What …
This is the 113th edition of Log Buffer, the weekly review of database blogs.
Sheeri Cabral gets things going this week with her coverage of this rumour: Monty Widenius Leaves Sun/MySQL. If it turns out to be true, that seems like bad–or at least sad–news for MySQL, but Sheeri’s take is mostly an optimistic one.
MySQL’s Kaj Arno responds to the rumours on Monty resigning: “First, it’s a rumour. . . . Second, Monty’s resignation has been a possible outcome already since years before the Sun …
[Read more]