Showing entries 39326 to 39335 of 44056
« 10 Newer Entries | 10 Older Entries »
451 CAOS Links - 2006.11.14

Microsoft and Industry Leaders Establish Interoperability Alliance, Microsoft (Press Release)

AlterPoint Launches First Open Source Community for Network Configuration Management, AlterPoint (Press Release)

ICEsoft Open Sources ICEfaces, Industry-Leading Enterprise Ajax Platform For Java EE, ICEsoft (Press Release)

OpenLogic Expands Efforts to Help Enterprises Reduce Open Source Risk, OpenLogic (Press Release)

db4o Version 6 Debuts to Dedicated Community of …

[Read more]
What is the next step in Internet search technology?

The world needs a technology when search interface and search databases can be run by different companies. I'm thinking of a number of competing sites that are focused solely on indexing Russia or Ukraine and selling search information to Web portals and news sites all over the world. A company like Google or Microsoft would need to contract with dozens of search companies that are distributed geographically and pay revenue for every click-through. Technology-wise this needs the search technology to become distributed, for this to happen economically the technology must become a commodity (open source).

Thus it begins

No, I refuse to use "blog". I shall say "web-log" because I don't think it deserves a new space in my dictionary. Goin' Out West is a tune by the inimitable Tom Waits.

I intend this as a diary for my life at MySQL AB, instead of using my personal site. I don't claim to represent MySQL (hereinafter dubbed Johan Company) in any official capacity.

My name is Chad, and I started with Johan in February 2006. I think it's the best job ever. I've used and written Free Software since discovering it in the middle of the '90s, and mysql was the first SQL database I used. I visited PostgreSQL-land for several years, and still have several instances running.

It's not that I don't think mysql is good enough to adopt everywhere. No software is perfect, but as of the middle of this year, I think the 5.0 version of mysql is good …

[Read more]
MySQL Camp 2006

I recently attended the MySQL Camp 2006 un-conference at Google’s headquarters in Mountain View, California. This article is a high-level overview of the event. If you didn’t go, you really missed something good. Go to the next one! The event The event brought together the MySQL community in a distinctly un-conference setting, to gather in groups to discuss or hack on something, rather than sitting in chairs with donuts and coffee listening to someone show Powerpoint slides branded with corporate logos.

Top 1000 (84) MySQL Performance Tips From MySQL Camp 2006

Looks like MySQL Camp 2006 was really interesting and useful for its attendees and for entire MySQL community. As the result of this meeting of many MySQL-related professionals we’ve got lots of interesting publications and I want to refer one of them in this post. Very interesting list of 84 MySQL performance tips has beed created on first day of this year MySQL Camp at Google headquarters:

  1. Index stuff.
  2. Don’t Index Everything
  3. Use benchmarking
  4. Minimize traffic by fetching only what you need.
    • Paging/chunked data retrieval to limit
    • Don’t use SELECT *
    • Be wary of lots of small quick queries if a longer query can be more efficient
  5. Use EXPLAIN to profile the query …
[Read more]
Day 3 - Memorable Quotes

The final day of the MySQL Camp quotes. See also Day 1 and Day 2.

“Patches on Patches on Patches.” — Jeremy in his Query Profiler patch talk.

“I bagged Jeremy, no I mean I bashed Jeremy and all I got was this badge.” — Sheeri

“You have an enum of ‘Red’, ‘Blue’, and ‘Yellow’, and what is the result if you add 1 five times to the value of the enum.”
— Brian Aker Quiz question. The answer is Blue, and the winner was Taso. Why. You will need to do the certification example, or email me and I’ll tell you.

“High bandwidth opaque identifier” — Chuckie talking about his Unique Internet Id

“So you have until the end of lunch to work out how to start the Instance Manager” — Brian Aker on …

[Read more]
MySQL Camp Lost and Found

Well, I have a lot to say about MySQL Camp, but for now, I just want to say thank you to Jay Pipes for organizing the Camp, and to Google for hosting and feeding us, and to MySQL for support.

I have a few lost and found items — if you lost or found something, please contact me by e-mailing me at awfief@gmail.com and I will see to it that you get your item back, or that found items get to the right place.

LOST:
white 4-port USB hub

FOUND:
a charger (looks like it’s for a phone, it’s small-duty)
small stack of Avery blank printer sheets, for file folder labels
Sunglasses

If you ended up with something that’s not yours, or are missing something, contact me and we’ll do as much as we can to get items to their owners.

MySQL Camp Lost and Found

Well, I have a lot to say about MySQL Camp, but for now, I just want to say thank you to Jay Pipes for organizing the Camp, and to Google for hosting and feeding us, and to MySQL for support.

I have a few lost and found items — if you lost or found something, please contact me by e-mailing me at awfief@gmail.com and I will see to it that you get your item back, or that found items get to the right place.

LOST:
white 4-port USB hub

FOUND:
a charger (looks like it’s for a phone, it’s small-duty)
small stack of Avery blank printer sheets, for file folder labels
Sunglasses

If you ended up with something that’s not yours, or are missing something, contact me and we’ll do as much as we can to get items to their owners.

Zimbra Front Page News in WSJ

Zimbra hit the front page of the Wall Street Journal on Monday.  Normally a CEO doesn't make front page of the Journal until he does an IPO or goes to prison. Satish, well done!  This is even better than Scott's bobblehead doll

I've been a big fan of Zimbra for a long time.  They've continued to invest in building out a great product line with the Zimbra Collaboration Suite (ZCS) a highly scalable open source email and calendaring suite that now has more than 4 million mailboxes under subscription with customers like H&R Block, Raytheon, ZipRealty, Interim Healthcare and others.

[Read more]
Bug fix of InnoDB scalability problem

I was pretty busy last month with project which will be annonced very soon (I hope), but I can't miss bug fix
of my favorite bug 15815. I wrote about this problem before and also investigated in my presentation.
Finally bug fix was pushed into 5.0-bk tree and now I have it in my hands.

Let me refresh results with MySQL 5.0.27 (without bugfix):

select sql_calc_found_rows * from b limit 5;
executes for 20 sec (table b contains ~2 mil rows)

the same query but in 4 concurrent threads:
98 sec
101 sec
103 sec
103 sec

(I am still using 4-CPU box and expecting the …

[Read more]
Showing entries 39326 to 39335 of 44056
« 10 Newer Entries | 10 Older Entries »