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:
| Showing entries 1 to 14 |
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:
Apologies for the scheduling conflict but the date has moved to the 20th of July.
Save the date: July 20, 2011
RSVP here: Ning-Tech-Talks
There have been many database infrastructure changes through Ning’s history since the company began in 2004. Our most recent, and hopefully final, database iteration is running on MySQL. Over the past year we’ve designed and implemented a stable and highly available MySQL environment. MySQL was chosen to reduce Ning’s total cost of ownership and increase overall availability to our customers, Network Creators and their members.
Led by Chris Schneider, Ning’s MySQL Architect, join us at this Ning Tech Talk as he explains how we implemented and currently maintain
[Read more...]MySQL Ning Meetup Coming Soon
Save the date: July 20, 2011
RSVP here: Ning-Tech-Talks
There have been many database infrastructure changes through Ning’s history since the company began in 2004. Our most recent, and hopefully final, database iteration is running on MySQL. Over the past year we’ve designed and implemented a stable and highly available MySQL environment. MySQL was chosen to reduce Ning’s total cost of ownership and increase overall availability to our customers, Network Creators and their members.
Led by Chris Schneider, Ning’s MySQL Architect, join us at this Ning Tech Talk as he explains how we implemented and currently maintain MySQL on the Ning Platform.
Pizza, beer and
[Read more...]There are many ways you can replicate MySQL data, whether it be a simple two-node cluster, chain or master/master. This article explains the two types of data replication (Statement-Based Replication and Row-Based Replication) available in MySQL.
There are many ways you can replicate MySQL data whether it be a simple two-node cluster, chain or master/master. If you use MySQL you probably know about replication and might have experimented with the replication layouts' listed above. In this article I will explain not the layout of replication and why or why not to use a specific layout but the types of replication you can use. In MySQL, you can use two types of replication, Statement-Based Replication (SBR) and
[Read more...]MySQL Workbench has come a long way and keeps getting better! I honestly don't think that millage may vary on this one as it is one of the best no-cost GUI tools created for MySQL.
I've always been pro command line for MySQL administration; however, there have always been powerful GUI tools that can aid administration, development and other tasks. Some great tools that I have used in the past are Toad, Navicat, phpmyadmin, and WebYog. Although all of the tools listed above are good I have had a lot of success with MySQL Workbench, plus it's free.
I should also note that when I do use MySQL Workbench it's more for my QA, test and development MySQL instances. Call me crazy but I think it's just too easy to inadvertently damage production with how easy this tool is to work with. Plus, in most environments you don't want a flock of users
Hey everyone,
I always attend the O'REILLY MySQL Conference in April every year, but this year found another interesting conference that brings both Oracle and MySQL users together, KSCOPE11. This will be the second year with a dedicated MySQL track at Kscope11. There will be a clear focus on providing both developers and DBAs the right information, tools and best practices within MySQL, emphasizing scalability and performance.
I'll be presenting "MySQL HA Possibilites" at KSCOPE11 next June.
This talk will cover high availability techniques, sharding fundamentals, third party technologies, and how to decrease the likelihood of
I have a new article posted on the Database Journal...
- Abstract -
In the majority of MySQL systems, the schema is always updated and changed based on the needs and focus of the application, making it somewhat difficult to keep up with all of the changes that come down the pipe.
Knowing how to index a schema based on the queries using the system is a great skill to have. In the majority of the systems I have worked on, the schema is always updated and changed based on the needs and focus of the application. That said, it can be somewhat difficult to keep up with all of the changes that come down the pipe, especially if there are many changes every week. To help identify the indexes that are being used there are a few tools out there to help. One of the best resides in the MAAKIT called,
[Read more...]
Gear up for the 2011 MySQL Conference!
Get your presentations submitted soon, Call closes 11:59pm 10/25/2010 PDT.
Shuttleworth steps down as Canonical CEO. Open source at SAP. And more.
Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
“Tracking the open source news wires, so you don’t have to.”
For the latest on Oracle’s acquisition of MySQL via Sun, see Everything you always wanted to know about MySQL but were afraid to ask
# Mark Shuttleworth explained why he is stepping down as CEO of Canonical.
# Groklaw published The EU and Microsoft Settle Browser Issue; Interoperability with FOSS Still a Problem.
# Erwin
[Read more...]CA and IBM, two of the so-called Big Four in systems management software, announced this week a federated configuration management database (CMDB) system for interoperability of their software. Something like this comoing from two of Big Four (BMC, CA, HP and IBM) wouldn’t normally hold much meaning for open source players such as GroundWork, Hyperic and Zenoss, but it actually does for a couple of reasons.
First, part of the technology that CA and IBM are using to link up their systems management software, which allows it to share information between the two CMDBs, is actually open source software itself from the Eclipse Cosmos Project. CA and IBM said the Eclipse Cosmos software accelerated implementation of the CMDB Federation (CMDBf) specification and the two
[Read more...]If, like me, your eyes were opened to the power of SQL by Joe Celko's SQL for Smarties, or even if they weren't, Beat Vontobel is a great speaker to hear. I use SQL every day, and I think I could use a talk like this every 6 months to remind me of the power of SQL as a declarative programming language.
| Showing entries 1 to 14 |