Showing entries 37001 to 37010 of 44146
« 10 Newer Entries | 10 Older Entries »
MySQL Toolkit distribution 620 released

MySQL Toolkit distribution 620 updates documentation and test suites, includes some major bug fixes and functionality changes, and adds one new tool to the toolkit. This article is mostly a changelog, with some added notes. Many of the tools have matured and I just needed to make the documentation top-notch, but there’s still a lot to be done on the crucial checksumming and syncing tools. Time is in short supply for me right now, though.

Maybe it will be true if all proprietary vendors hold hands and wish it so

I stumbled across this article in the International Herald Tribune today and was shocked by how off such an otherwise reputable publication could be. The general tone of the article was that open source is struggling to grow. I'm not sure how 100 percent year-over-year growth for the prominent commercial open-source start-ups connotes "struggling," but....

On one hand, open-source developers are continuing to struggle to find ways to make money from open-source software, most of which is given away.

But the only way to do so is to work closely with their biggest rivals--proprietary software makers like International Business Machines, Microsoft, SAP, Cisco and Oracle--which also have an interest in limiting erosion to their own sales.

Since when? We have a host of open-source companies jockeying to be first out the …

[Read more]
Hashing out the differences

The only man I know who behaves sensibly is my tailor; he takes my measurements anew each time he sees me. The rest go on with their old measurements and expect me to fit them --George Bernard Shaw

In the ideal world the operational source would provide a mechanism for identifying changes made to the data since the last extract, also known as change data capture (CDC). The source may contain update date, database online log scrubbing mechanism, or audit logs, etc. for the purpose. In the real life, many sources will dump the complete data into a file and the responsibility for identifying the changes to the data will fall on the data warehouse processes. Or even if one of the CDC mechanisms is provided by the source it may not be reliable enough.

The CDC process is straightforward for transactional data, for example: sales transactions. Since the transactions always come with effective dates, the new transactions are …

[Read more]
Queue servers, temporal, stab at it...

As mentioned before, since FooCamp I've been having ideas around
queue services:

http://krow.livejournal.com/531369.html
http://krow.livejournal.com/530752.html

I've been thinking about this a bit more, and instead of working on
the concept of a straight queue mechanism (like what Oracle has),
I've been thinking more about how web services handle this, in
particular services like Amazon's.

Instead of a flat queue structure, shoot for a temporal queue.

A range select should force rows to go away for a set period of time,
until the timer run's out. This gives the processing application time
to deal with the row, and if it doesn't make it back in time, the row
should reappear to go back in the …

[Read more]
Top 5 MySQL wishes - what is next ?

I’ve read through Top 5 (or more) wishes posted by number of MySQL employees as well as by a lot of community members.
It was great to see so wide coverage as people with different backgrounds wish different things - Developers have some wishes to ease development process, MySQL DBAs would like stuff related to operations like Hot Backup. People actively working with Performance problems like Kevin,Jeremy or me have bunch of performance and scaling related wishes.

There is also a good overlap among people wishes which shows there are some things which are really needed badly.

The great question now is what will happen next ? Will there be any action taken to target wishes which make the most sense ? I heard Jay is collecting and summarizing these wishes so they would not be just lost but will there any true action taking ?

What I would like to see is MySQL taking a time to discuss and prioritize these internally and …

[Read more]
MyWebEr - creating documentation on the fly

In my last post I’ve asked for any help on my project. So, tanks to Jay Pipes for his tip.
One of most developer problems is documentation. And a good solution was initially appeared in Java with javadoc. At now many languages have special javadoc-like tools. I’ve made a little research, and decided to use jsdoc and phpdoc in my project. I am still open for any suggestions

Fighting spam: reCAPTCHA installed on the MySQL Forge Wiki

Today, I again spent about an hour to revert changes made by spambots on various MySQL Forge Wiki pages. As I was really sick of this, I now installed a new plugin: reCAPTCHA - this will hopefully raise the bar for spambots to create new user accounts automatically for spamming the Wiki. If you are a registered user already, you will probably not notice the change - by default, CAPTCHAs are only displayed on the following events:

  • New user registration
  • Anonymous edits that contain new external links
  • Brute-force password cracking

Let's hope it helps! Please let me know if you still experience spam problems on the Wiki.

Bug processing disclosure - The busy bees of MySQL AB

Ever wondered what happens after you submit a bug report to MySQL?
Puzzled at the cryptic messages that tell you about your report going from verified to in process?
Who on earth are those Valeriy, Sinisa, Victoria, Miguel, Sveta, Tonci who comment on your report?
Wonder no more.

MySQL bug processing explained disclose in tiny detail who are the busy bees in MySQL hive and how do they get from the pollen of your bug report to the honey of a bug fix.

MySQL bugs processing explained

What's behind MySQL bugs processing? Who handles your bug report? Why does it take so long? These, and many other questions are answered in this article about the internals of MySQL organization.

FUD and Mirrors

To some, this will be a repost as I originally wrote it for an internal MySQL mailing list but I have had much positive replies to the posting, I thought I should share it with a wider audience.

Windows Vista will be successful irrespective of any comments Microsoft
makes about Linux and Open Source software purely because of a few
simple facts.

  1. Most people do not care about Linux/OSS/GPL/etc. To them, their
    computer is a single monolithic device - they do not separate the
    hardware from the software - it all came together in the one box. It
    never occurs to them that the operating system can be changed or that
    there is an alternative to Microsoft Office - in fact to them, all
    software is Windows. It was common to hear people …
[Read more]
Showing entries 37001 to 37010 of 44146
« 10 Newer Entries | 10 Older Entries »