Showing entries 34666 to 34675 of 44885
« 10 Newer Entries | 10 Older Entries »
Laughing/Crying on your Monday with Vista Speech recognition

Nothing to do with MySQL, but I just love observing how technology can make us waste more time. Speech recognition is a wonderful idea, but .... oh just watch this:

Of course, watching this video to the end will cost you about 10 minutes, but it could be worthwhile education. Technology can be very useful. But that doesn't mean that all new stuff is useful, or even suitable for your purpose. I don't think that guy was doing anything particularly complicated or wrong though, and I also commend him for his patience - although you can clearly note his frustration as the experiment progresses ;-)

Extra fun at the MySQL Conference and Expo 2008


  With the Sun acquisition, MySQL becomes part of a bigger company. Some beneficial effects will be felt at the MySQL Users Conference. There will be a passport giveaway program, which is basically a prize drawing with minimal effort from attendees.

MySQL Conference & Expo attendees will have the opportunity to enter a drawing for cool prizes by having an expo hall passport brochure stamped at each participating sponsor and exhibitor booth.
Once attendees have obtained all “stamps” they will be entered into the drawing and eligible to win one of several prizes.

And the …

[Read more]
PgAgent - Installation and usage

Prompted by the usual Devshed's post, this time about pgAgent, here I am with a small "tutorial" (or maybe just a small collection of screenshots).PgAgent is a great little tool, much like SQLServer's SQLAgent or the built in scheduling abilities of Oracle and MySQL (which is a much nicer solution IMHO), what's weak is the installation and the docs, I mean, why the pgAdminIII installer does ask

CouchDB Presentation Video

My CouchDB presentation at Mailtrust earlier this month got recorded. The video is now online at Yahoo Video. Enjoy!

Update 29.03.2008: Here are the slides. What I said in Some Context still applies.

And while we are at it, these are the slides from my Mountain West Ruby Conference Presentation. Again, Enjoy! :)

CouchDB Presentation Video

My CouchDB presentation at Mailtrust earlier this month got recorded. The video is now online at Yahoo Video. Enjoy!

Update 29.03.2008: Here are the slides. What I said in Some Context still applies.

And while we are at it, these are the slides from my Mountain West Ruby Conference Presentation. Again, Enjoy! :)

CouchDB Presentation Video

My CouchDB presentation at Mailtrust earlier this month got recorded. The video is now online at Yahoo Video. Enjoy!

Update 29.03.2008: Here are the slides. What I said in Some Context still applies.

And while we are at it, these are the slides from my Mountain West Ruby Conference Presentation. Again, Enjoy! :)

Checking transactions in MySQL

I'd been doing some stress testing of my mysql application today, and I was hitting some weird cases. Several transactions were deadlocking - this was expected - but the number of records that got inserted into my table was more than the number that I expected after subtracting errors.

My test was fairly simple:

  1. Fork 15 processes
  2. Insert and update 100 records in each process, running each INSERT/UPDATE pair inside one transaction
  3. ROLLBACK on error

Either the INSERT or the UPDATE was expected to fail due to deadlock, and the whole transaction should have rolled back leaving no record in the table.

Before I go on, I should mention that I was using InnoDB, which does support transactions.

What I expected was that the total number of records in the table + the total number of INSERT/UPDATE aborts due to deadlock should be equal to 1500 (15*100). What …

[Read more]
What is Web Operations?

Theo Schlossnagle wrote a brilliant summary of one of the biggest challenges we discussed at the Velocity Summit in January:

What is this Velocity Summit thing? It was a bunch of web architects from highly trafficked sites sitting around talkin' smack. It was operated in Foo style. However, one thing that made me really appreciate this meet-up was the lack of self-importance displayed by attendees. Everyone was just there to talk -- not to make people understand how much they knew. We were talking about The O'Reilly Velocity Web Performance and Operations Conference: what it should be and why.

Two things that I walked away with were (1) a realization of the lack of a career path for people who do what …

[Read more]
Going to PostgreSQL Conference East

I’m heading out to PostgreSQL Conference East in a few hours. Alas, I missed the first day but I’ll be there all day tomorrow. I hope to learn, meet people, and generally participate in goodness.

And no, I’m not an expert in PostgreSQL as I am in MySQL, but I have always held it in very high esteem. I am not going to try to spread the MySQL-ness into the PostgreSQL camp :-)

See you there.

mysql, PostgreSQL

Running JavaEE 5 Samples with MySQL

Earlier this week we Announced the availability of our fist MySQL and GlassFish bundle (Download Page). This bundle requires some post-install steps, which are described by Sathyan and in the official docs which shows how to Install, Start and Stop the MySQL Server.

We hope to …

[Read more]
Showing entries 34666 to 34675 of 44885
« 10 Newer Entries | 10 Older Entries »