Showing entries 37911 to 37920 of 44077
« 10 Newer Entries | 10 Older Entries »
MySQL Job Fair at MySQL Conf & Expo 2007

One of the main questions we get at Proven Scaling is “Where do we find MySQL DBAs, Architects, and Developers?”

Next week is the MySQL Conference and Expo in Santa Clara, California. Inspired by the success of our impromptu job board at MySQL Camp last year (although whiteboards with no moderation tend to get messy), we decided to make a more formal job board this year. Something much more prominent, more organized, cleaner, and easier for both employers and job seekers to use. With great thanks to Solid for allowing us to use some of their Expo Hall space, we will have a formal job board in the Expo Hall, which is open April 24th and 25th.

We will have several “wall” panels at the edge of …

[Read more]
Backups, Dead Laptops, Lets take Inventory...

"Aw keep my feathers numbered for just such an emergency...."

This is a good time to take inventory, and see what I am doing wrong.

Code The good news is that my code is in tact. I have code broken up into three groups:
code
tangent
mysql

"code" is source code that make up the one shot programs. I need to test something, I need a simple client application... these were on the backup. And if I lost them? No harm no foul. I know from conversations with Tridge that he loves to keep this stuff around, but frankly I can never see any of mine being of use to anyone other then me.

"tangent" these are all of my projects. Everything here that has any value is in revision control, except one project... kept meaning to move that one. Oh well. Its lost, and I can probably write it better the second time (a good 40 hours worth of coding... grrr...).

[Read more]
Getting ready for MySQL Santa Clara

Few!  After a long trip (10 hours flight) I’m spending all the time left on preparations for my talks on Tuesday and Wednesday.

Hard work.  You know, like going to a basball game, watching the San Francisco Giants beat the Arizona Diamondbacks with a nice homerun by Barry Bonds.

Zito, the other Barry, pitched a really nice game to help win the game with 1-0.
Aside from all that fun, from an geek viewpoint, I think the video screens in the ballpark are simply awesome.

Until next time,

Matt

Storing and streaming large binary objects using the Scalable BLOB Streaming Architecture for MySQL

Even though MySQL is used to power a lot of web sites and applications that handle large binary objects (BLOBs) like images, videos or audio files, these objects are usually not stored in MySQL tables directly today. The reason for that is that the MySQL Client/Server protocol applies certain restrictions on the size of objects that can be returned and that the overall performance is not acceptable, as the current MySQL storage engines have not really been optimized to properly handle large numbers of BLOBs. To work around these limitations, these projects usually just store a reference to the object (e.g. a path name in a regular file system). This approach works around the limitations applied by the MySQL Server, but results in a disconnection and potential source of inconsistency between the database and the file system content. There was an interesting discussion about that topic on Sheeri's …

[Read more]
MySQL Conference 2007 schedule is *packed*

Have you taken a look at the MySQL Conference 2007 schedule yet? With just one day to start, I’d advise you to take a gander. So many interesting things, that my only complaint (well, a suggestion) is that I hope that these talks get a video recording and they should be given to attendees via the web. Apple have done this for WWDC, and linux.conf.au did a great job in 2007 to record every session.

Why video recording? Because each block of time, have 8 sessions, in where about 3-5 sessions on average can be interesting. Last I checked, I couldn’t split myself.

Sure the slides will make it online eventually, but the talk itself is where most interest really is at, I believe.

Flying to Silicon Valley

Yesterday I got to San Francisco, after a 35 hour trip from Spain, where I will be attending MySQL User Conference at Santa Clara. First time in the US

Although the trip was really long, it was an experience by itself. In Madrid, people at the passport control must have been thirsty as they stole my bottle of water. Then, I had a transfer flight in Amsterdam, the capital of legal drugs and prostitution, where before boarding the plane I got asked quite many questions concerning my luggage (who packed it, who owns it, did somebody give anything else to carry, why did I come to Amsterdam, why did it take so long to cross the airport, am I sure of everything I am saying).

But the funniest was when I got to the US. The plane landed in Minneapolis, which I always though to be a II World War battle …

[Read more]
ActiveRecord

ActiveRecord, by Rabble.

  • Rails ActiveRecord is mostly database agnostic.
  • Good subset of the SQL standard is supported, so you can migrate very easily (this is what OS X Leopard will do - develop using sqlite on your workstation, then migrate to mysql on the server).
  • Integer primary keys, and classname_id foreign keys. Single table inheritance is what really works well.
  • What ActiveRecord doesn’t like:
  1. views
  2. stored procedures
  3. FK constraints
  4. cascading commits
  5. split/clustered DBs
  6. enums
  • Complexity is best located in the code, not in the database, according to the Rails developers.
  • Avoid SQL injection with find. Use an array or let it do the …
[Read more]
MySQL conference tutorial

I am giving a tutorial ("Real-world MySQL Performance Tuning") at the MySQL conference Monday afternoon. I giving it with Jay Pipes and I think it's going to be pretty fun. We are covering quite ways to think about similar problems (and when we have overlap we often disagree! Talk about getting a "two-for-one"! :-) I did a trial run of my longer version for la.pm a month ago and I think I figured out how to pace the length, but we'll see on monday. It's tricky! I had the 45 minute version down pretty well, but in December I gave a one hour version at the Web Builder conference in Las Vegas and that was too little time for the version I had there to be as fun as it should be.

Uh oh, our tutorial is …

[Read more]
MySQL conference tutorial

I am giving a tutorial ("Real-world MySQL Performance Tuning") at the MySQL conference Monday afternoon. I giving it with Jay Pipes and I think it's going to be pretty fun. We are covering quite ways to think about similar problems (and when we have overlap we often disagree! Talk about getting a "two-for-one"! :-) I did a trial run of my longer version for la.pm a month ago and I think I figured out how to pace the length, but we'll see on monday. It's tricky! I had the 45 minute version down pretty well, but in December I gave a one hour version at the Web Builder conference in Las Vegas and that was too little time for the version I had there to be as fun as it should be.

Uh oh, our tutorial is …

[Read more]
Travel schedule

I meant to post this earlier, but starting today I am on a pretty lengthy tour of the USA. First stop is San Francisco, but only for this weekend. On Monday I will move to San Jose to join up the MySQL User Conference for 3 days. Then its back to San Francisco until May 1st to chat with the fine folks at the local Optaros office. At this point I will fly to Austin, location of yet another Optaros office. Then on the evening of May 4th I will fly to Tampa to spend a few quality days at my parents house in Palmetto. On May 14th its time to visit the main Optaros HQ in Boston. But after only 2 days I am already flying to Chicago to php|tek. On May 18th I am flying back to Zurich. However immediately on arrival on the 19th I am hoping back in a plane to Berlin to celebrate …

[Read more]
Showing entries 37911 to 37920 of 44077
« 10 Newer Entries | 10 Older Entries »