I Use This!
Moderate Activity

Ratings and Reviews

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
Community Rating
4.30288
   

Average Rating:   4.3/5.0
Number of Ratings:   2014
Number of Reviews:   3

My Review of MySQL

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
 New Review

Most Helpful Reviews

einhverfr says:
Good for some things, but questi...  
3.0
   
written over 16 years ago

Again in the Good/Bad/summary format.

The Good:
MySQL is a nice light-weight RDBMS which took the light-weight content management/data-driven web site by storm in the late 1990's. It is extremely fast for simple non-transactional workloads (as one would expect from a data-driven web stie) and has a number of cool application-development features which are generally beyond the scope of an RDBMS (such as HEAP tables which are not ACID compliant).

The Bad:
MySQL does not offer good performance on well-normalized datasets with many joins (it uses a simple planner which is less able to handle more complex planning problems). Furthermore, the data integrity features of MySQL can generally be turned off by applications so they cannot be relied upon.

Also, under certain circumstnaces, MySQL will silently ignore valid ISO SQL primary/foreign key designations, or create tables with non-ACID-compliant types.

Summary:
I gave this product a 3 out of five because it does not handle traditional RDBMS tasks well, but offers developers a number of options in creating light-weight applications which do not rely on these features too much.

11 out of 15 users found the following review helpful.

Did this review help you? |

Darrell Ulm says:
MySQL good for many database wor...  
4.0
   
written over 6 years ago

MYSQL is a good choice for many types of database workloads and is compatible with many popular open source content management systems.

Did this review help you? |

sureshkr... says:
Nice free software  
4.0
   
written almost 15 years ago

Its free and good quality. I use it for self-study needs. This is my first choice for open source project back-end.

Lightweight and robust !!!

1 out of 3 users found the following review helpful.

Did this review help you? |

Most Recent Reviews

Darrell Ulm says:
MySQL good for many database wor...  
4.0
   
written over 6 years ago

MYSQL is a good choice for many types of database workloads and is compatible with many popular open source content management systems.

Did this review help you? |

sureshkr... says:
Nice free software  
4.0
   
written almost 15 years ago

Its free and good quality. I use it for self-study needs. This is my first choice for open source project back-end.

Lightweight and robust !!!

1 out of 3 users found the following review helpful.

Did this review help you? |

einhverfr says:
Good for some things, but questi...  
3.0
   
written over 16 years ago

Again in the Good/Bad/summary format.

The Good:
MySQL is a nice light-weight RDBMS which took the light-weight content management/data-driven web site by storm in the late 1990's. It is extremely fast for simple non-transactional workloads (as one would expect from a data-driven web stie) and has a number of cool application-development features which are generally beyond the scope of an RDBMS (such as HEAP tables which are not ACID compliant).

The Bad:
MySQL does not offer good performance on well-normalized datasets with many joins (it uses a simple planner which is less able to handle more complex planning problems). Furthermore, the data integrity features of MySQL can generally be turned off by applications so they cannot be relied upon.

Also, under certain circumstnaces, MySQL will silently ignore valid ISO SQL primary/foreign key designations, or create tables with non-ACID-compliant types.

Summary:
I gave this product a 3 out of five because it does not handle traditional RDBMS tasks well, but offers developers a number of options in creating light-weight applications which do not rely on these features too much.

11 out of 15 users found the following review helpful.

Did this review help you? |

 See all reviews