Showing entries 37131 to 37140 of 44083
« 10 Newer Entries | 10 Older Entries »
My Top 5 Wishlist for MySQL

I’m going and stealing Jay’s idea (who stole it off Brian Duff… but his was for Oracle so obviously doesn’t count :)

So, my five wishes for MySQL Are:

5. Six-monthly release cycles

Getting a release out there takes way too long. There’s a variety of reasons, but seeing the amazing success of other free software projects taking the shorter release cycle, with each release not being too ambitious, I’m pretty convinced.

Although I think our increased use of pushbuild has helped immensely with the general quality of the tree, there’s a lot more that can be done…

4. Much more in depth …

[Read more]
iLike, Virtual Computer, How to spend your vacation...

An article in the Seattle Times was posted to MySQL's internal
business mailing list today:
http://seattletimes.nwsource.com/html/businesstechnology/2003752014_brier18.html


"Within the next five hours we had another 30,000 users join and then we
started hitting the 10,000-users-an-hour pace, which was 10 times faster
than the first 10 hours," he said. "Then we realized we needed to start
rethinking things."


...


While the engineers rebuilt, the president and chief executive
"shucked" the
150 servers they rounded up - stripping boxes and hooking them up at the
data center.


Just to point this out, if they had built their technology around the
concept of deploying virtual servers, …

[Read more]
VI for Visual Studio

Not sure why you would want to but I've had several people ask me about VI emulation under Visual Studio.  Yes, Virginia, it exists.  Check it out here.  Will set you back $70 but if you really need it....

The Twelve Days of Scale-Out: RightNow Delivers Their Software as a Service Using MySQL

MySQL AB today announced that RightNow Technologies [NASDAQ: RNOW] uses its open source database to help provide customer relationship management (CRM) software solutions to large global enterprises. RightNow has more than 1,800 customers worldwide -- including large, well-known companies such as Black & Decker, Electronic Arts, Nikon and British Airways. The CRM vendor helps these organizations manage all of their customer interactions, enabling them to provide outstanding customer experiences while controlling costs. The RightNow solutions have received numerous awards and industry recognition from publications and research firms such as CRM Magazine, Forrester and Gartner Group.

Skeleton Engine for MySQL, 3rd release

I've posted a tarball of the latest skeleton engine for MySQL:
http://download.tangent.org/skeleton_engine-0.3.tar.gz

This is just a "skeleton" for an engine. A starting point for writing
or integrating your own engine. I've updated it to reflect the recent
removal of the byte type and have added Paul McCullagh's changes for
different system types.

Apple understands - KISS #1

This is a post I've been thinking about for nearly a week.  It started about the same time I downloaded Safari for Windows.  I've never used Mac OS X for any extended period of time but I've tried to study how they develop their features.  Coming from the Windows camp, I can tell you that neither Tiger nor Leopard really does much of anything that Vista doesn't do.  And I'm not the only one thinking this either.  However, that really is not the point.  It doesn't matter how advanced a piece of software is; it only matters that the software does what the user expects and be easy to use.  Both the designers and developers at Microsoft need to reread that last sentence again.  Want some examples?

1) Take a look at this post

[Read more]
MySQL's The 12 Days of Scale Out

Note: My views are just that: mine and not employer's
MySQL's new series The 12 Days of Scale Out received some very positive criticism from Jeremy Cole and Kevin Burton. MySQL was very quick to act on the opportunity and launch a section primarily targeted towards CIOs, a move that I applaud.

I wish a certain division to be made in the training courses as well where I felt that quite a lot of time is spent on giving marketing messages rather than provide meaty training. Don't take me wrong, there is stuff to be learned however the content has a lot of room for improvement.

The other thing that kind of surprised …

[Read more]
Using CHAR keys for joins, how much is the overhead ?

I prefer to use Integers for joins whenever possible and today I worked with client which used character keys, in my opinion without a big need. I told them this is suboptimal but was challenged with rightful question about the difference. I did not know so I decided to benchmark.

The results below are for MySQL 5.1.18 using MyISAM and Innodb tables. This time unlike other benchmarks I decided to do Join not on primary key and have query to read data for both tables. If the query would be index covering I would expect us to see different ratio. The query I use here is constructed to stress out join code while avoid sending data to the client Do not try to find any good meaning for query or schema. For joins which fetch just few rows difference is likely to be less as the join code itself is likely to be responsible for less portion of response time.

OK. Lets start with first simple MyISAM table and join query performed on INT …

[Read more]
DRBD limitations (or are they?)


I’ve recently received one database admin’s personal list of DRBD’s perceived limitations. While I’m certainly the last person to say that DRBD is limitation-free (hey, it’s software), I’d like to address these specifically — because really, in my humble opinion, most of them aren’t limitations at all.

(more…)

[Read more]
Terry Semel (Yahoo! CEO) Quits

Weeks after Yahoo! CTO's resignation (or was he forced out :)), Yahoo! CEO quits. Unlike Google, Yahoo! turned to old media to lead the company. The results of course were way below par. Terry Semel was a controversial choice but one that at times, brought hope. At no time in Semel's tenure that hope seemed sustainable. Destruction of Overture, failed acquisitions like Web Jay and lack of effective strategy (yes Yahoo! Photos, yes Flickr!, no Yahoo! Photos).

Jerry Yang is himself stepping up to take charge. According to "The Google Story," this is exactly …

[Read more]
Showing entries 37131 to 37140 of 44083
« 10 Newer Entries | 10 Older Entries »