Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] I'm done with MySQL
- Date: Sat, 24 Oct 2009 13:51:04 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] I'm done with MySQL
- References: <4ADBF9A9.70205@example.com> <87my3neuk9.fsf@example.com> <4ADC537B.3060002@example.com> <87eiozeaj1.fsf@example.com> <4ADD7BE2.6080801@example.com> <a3b66a850910201735g7d9ba072o10d5a1a7338a42b9@example.com> <36e8d89d0910201809v1a352898jd605b17d729db421@example.com> <4AE06730.8020006@example.com> <e72cfdb70910230638wc1b4f80t2834ab138504b9aa@example.com>
- User-agent: Mutt/1.5.18 (2008-05-17)
On 2009-10-23 09:38 -0400 (Fri), Orlando Echevarria wrote: > I'm in agreement with the prior comment about PHP, I hate the > language, very poorly designed.... While the original design was quite poor, PHP 5 is not so bad. It's not Ruby, but the language itself is not so different from Java, really. The libraries are showing their age, but then again, that's true of a lot of langugaes. > To me, JSP.... Looking at it from my distant vantage point, I'm not sure I see much difference. > Now with MySQL, we, I guess you can call me a fan boy, I love it; its > definitely not Oracle or Sybase but for free, similar to PostGres, its > a good db.... PostgreSQL falls a lot closer to Oracle and Sybase than it does MySQL. None of them are brilliant as far as one of the primary features of an RDBMS: making sure that the propositions (rows) you enter are not nonsense, but MySQL is by far the worst of the lot. Accepting "February 29th" as a date in a non-leap year is unsophisticated. Accepting "Feburary 30th" is just wrong. Accepting "February 0th" is just insanity. The MySQL approach of "do a full integrity check on your data with every query, and somehow handle it then if it's broken" (or the more usual approach with MySQL, produce nonsensical answers) is one of the things that RDBMSes were designed to solve. MySQL failed utterly there. cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 Functional programming in all senses of the word: http://www.starling-software.com
- References:
- [tlug] Search MySQL for Japanese Names
- From: Stephen J. Turnbull
- Re: [tlug] Search MySQL for Japanese Names
- From: Dave M G
- Re: [tlug] Search MySQL for Japanese Names
- From: Stephen J. Turnbull
- Re: [tlug] Search MySQL for Japanese Names [SOLVED... presumably]
- From: Dave M G
- Re: [tlug] Search MySQL for Japanese Names [SOLVED... presumably]
- From: Janos Gyerik
- Re: [tlug] Search MySQL for Japanese Names [SOLVED... presumably]
- From: 黒鉄章
- [tlug] I'm done with MySQL
- From: Dave M G
- Re: [tlug] I'm done with MySQL
- From: Orlando Echevarria
Home | Main Index | Thread Index
- Prev by Date: [tlug] Server & Monitor
- Next by Date: Re: [tlug] USB Flash Drive Install
- Previous by thread: Re: [tlug] I'm done with MySQL
- Next by thread: Re: [tlug] I'm done with MySQL
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links