Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Server Daily
IT Management Daily
Subscribe News
Subscribe PR
Subscribe Security

internet.com
Internet News
Small Business

Advertise
Newsletters
Tech Jobs
E-mail Offers

 






Current Newswire:

Tech Comics: "Groundhog Day"

Want a Job? Learn Linux

PC-BSD 9 review – to FreeBSD what Ubuntu is to Debian

Time to dispel open source myths, says Liam Maxwell

SECURITY: Nmap Inside and Out

Eight features Windows 8 'borrowed' from Linux

Malware devs embrace open-source

A tale of two distros: Ubuntu and Linux Mint

Raspberry Pi benchmarked against Beagleboard, low price is long term

20 popular Ubuntu Linux apps you may want to try



Applications Management Engineer Sr (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
:Survey of MySQL Storage Engines
Survey of MySQL Storage Engines
Mar 11, 2010, 23 :03 UTC (0 Talkback[s]) (3815 reads)

(Other stories by Sean Hull)

"Introduction

"MySQL has an interesting architecture that sets it apart from some other enterprise database systems. It allows you to plug in different modules to handle storage. What that means to end users is that it is quite flexible, offering an interesting array of different storage engines with different features, strengths, and tradeoffs. MySQL's Storage Engine Architecture

"The various storage engines as the name implies manage how data is stored and retrieved on disk, and the features available therein. One important thing to keep in mind however is that MySQL doesn't manage transactions at the server level, but at the storage engine level. This is great if you have a mix of InnoDB tables in a query, or a mix of MyISAM ones, but if you have both in the same transaction, not only might performance be impacted, but also results may not be reliable. Although applications can use a mix of different types of tables using different underlying engines, single queries and transactions should not in general do this.

"Do you want to see what storage engines you have available? Just query your MySQL variables as follows:"

Complete Story

Related Stories:
Open Source CouchDB Heads to the Cloud(Mar 09, 2010)
Five Indispensable MySQL Tools(Mar 08, 2010)
Setting up MySQL Cluster 7.0 in Linux(Mar 07, 2010)
MySQL Multi-Aggregated Rows in Crosstab Queries(Feb 22, 2010)
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10(Feb 17, 2010)
DRBD and MySQL - Heartbeat Setup(Feb 12, 2010)



No talkbacks posted.
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!

..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP