Showing entries 31101 to 31110 of 45392
« 10 Newer Entries | 10 Older Entries »
Hold me, I’m scared….

From ha_myisam.cc:

/*
TODO: switch from protocol to push_warning here. The main reason we didn’t
it yet is parallel repair. Due to following trace:
mi_check_print_msg/push_warning/sql_alloc/my_pthread_getspecific_ptr.

Also we likely need to lock mutex here (in both cases with protocol and
push_warning).
*/
protocol->prepare_for_resend();
protocol->store(name, length, system_charset_info);
protocol->store(param->op_name, system_charset_info);
protocol->store(msg_type, system_charset_info);
protocol->store(msgbuf, msg_length, system_charset_info);
if (protocol->write())
sql_print_error(”Failed on my_net_write, writing to stderr instead: %s\n”,
msgbuf);
return;

Hopefully this will serve as a good TODO list to go and fix at some point.

Using MySQL 5.1 for Data Warehousing/Business Intelligence Overview

Breadboard BI provides affordable business intelligence (BI), data integration, and general software application development consulting. We also offer a suite of customizable BI modules that form a modular and scalable enterprise solution. Our mission is to provide products and service that enable companies to reduce costs, improve sales, and satisfy regulatory requirements.

Logging Game Downloads With Partitioning

Big Fish Games, Inc. develops, publishes, and distributes casual games through its website at http://bigfishgames.com. It offers downloadable games for PC/Mac; and online games, including puzzle, card, and word games. The company was founded in 2002 and is based in Seattle, Washington.

MySQL Query Analyzer

MySQL Query Analyzer is already helping people to drastically improve their application performance. 

Jeff Freund (CTO, Clickability) shares an interesting use case.

MySQL Query Analyzer

MySQL Query Analyzer is already helping people to drastically improve their application performance. 

Jeff Freund (CTO, Clickability) shares an interesting use case.

AddOns for OpenSource - The MySQL Query Analyzer

Commercial Open Source is a game changer, but it is also a game of balances between different interests: the free user and the paying customer, the individual developer and the partner and the corporate developer, short-term adoption and long-term revenue. There are a number of different business models for OpenSource that attempt to navigate these interests and Sun follows a combination of support, services, hardware/systems drag, and Add-Ons.

Sun just announced a new Add-On as part of the MySQL Enterprise Subscription. The MySQL Query Analyzer is designed to save time and effort in finding and fixing …

[Read more]
Facebook: From 0 to 100 in less than 24h

Three weeks ago, I started my sporadic series of blog posts where I share my experiences improving my online manners through social networking websites, many of which are powered by MySQL. My first target was the traveller site Dopplr, and the second one was Google’s picture sharing site Picasa Web.

This time, I’m taking a look at Facebook. As I said in the first (Dopplr related) blog post, I feel like a slow follower in the discipline of social networking on the web. And Facebook was a true case in point, where “everybody else” was there before me (my team, my boss, my aunt, my nephew, my goddaughter, countless colleagues; you get the picture).

Actually, …

[Read more]
Instrumentation inside MySQL - your wishes?

Augmenting Baron's excellent post about existing monitoring/analysis info available through the enhanced builds by Percona and OurDelta... developing these capabilities further is a matter of what as well as how.

So let's discuss the what: let us know what kind of information you would like to get out of the server, and why. Please be as specific, detailed and descriptive as possible, so we get the best possible overview of your needs. To discuss publicly, simple comment on this post - but you may also contact me directly to discuss if you wish. Thanks for your input!

Open SQL Camp

Last weekend I attended the OpenSQL Camp in Charlottesville, VA. There was a great turnout, and Baron did an excellent job organizing it! I saw a few folks I met at OSCON over the summer, along with meeting many new people. What a great group - intelligent, fun, and know how to get things done. I had some great conversations, especially with Brian, Stewart, Arjen, Patrick, Mark, and Jay. The food was great too, I was a bit worried about …

[Read more]
How much network traffic does your MySQL server receive?

This is a quick informal poll. I’d like to know how much network traffic your server receives (not sends), in bytes per second. Give both avg and max if you have them. I’m especially interested in hearing about big, heavily loaded systems.

I’ll start things off: just by looking at a couple of [...]

Showing entries 31101 to 31110 of 45392
« 10 Newer Entries | 10 Older Entries »