1. Home
  2. Computing & Technology
  3. C / C++ / C#
David Bolton
David's C / C++ / C# Blog

By David Bolton, About.com Guide to C / C++ / C#

Two Different Implementations of MySQL

Wednesday October 28, 2009
Amazon and Calpont use MySQL in two different ways; that's the beauty of Open Source. Amazon has just started offering a new web service Amazon RDS (Relational Data Store) to compliment its Amazon SimpleDB service which is essentially a way of creating fast lookup tables. RDS provides MySQL 5.1. You pay for the size of an instance, storage, data transfer in and out and extra backup over the first 100%. If you prefer other databases, they are available through the Amazon EC2 service.

Calpont have used MySQL in their InfiniDB Community Edition. This is a free customized version of MySQL that is optimized for analytical use opf the kind used in Data Warehouses. It offers multi-threaded processing with no limits on CPU or core count on a single server, no limits on RAM, CPU, size of database, or concurrent users and is available as free download. Calpont make their money by offering a commercial version of this. Kudos to them for providing a free download without requiring registration.

Programming Challenge 28 deadline Approaches
Only a few days to get your puzzle solving code in.

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore C / C++ / C#
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. C / C++ / C#

©2009 About.com, a part of The New York Times Company.

All rights reserved.