I recently gave a talk about importing and exporting data between MySQL and Hadoop at Oracle Open World. Here are the slides for that talk:
Added by Sarah Sproehnle on October 13, 2011 at 1:54pm — No Comments
Added by Sarah Sproehnle on June 23, 2010 at 6:04pm — No Comments
Added by Sarah Sproehnle on February 22, 2010 at 4:27pm — No Comments
int(11)
really means. Their confusion is understandable. Many know what defining a char(10)
means (a fixed-sized character string that allows up to 10 characters). However, ints are different.Type | # of… |
Added by Sarah Sproehnle on October 30, 2009 at 8:04pm — 1 Comment
For easy MySQL failover, replication is a great solution. This post will cover the basics of performing a failover in case your master dies.
First, setup one-way replication (or two-way, but don't plan to use both servers for writes at the same time). Next, you'll want to direct all activity, or at least the writes, to the master. If the master dies, there are two major concerns:
Added by Sarah Sproehnle on October 21, 2009 at 8:50am — 2 Comments
Added by Sarah Sproehnle on October 19, 2009 at 3:44am — No Comments
Added by Sarah Sproehnle on September 16, 2009 at 9:00pm — 6 Comments
Added by Sarah Sproehnle on September 8, 2009 at 12:18pm — 8 Comments
Added by Sarah Sproehnle on September 6, 2009 at 6:30pm — 1 Comment
© 2024 Created by Chris. Powered by