I should repeat that for emphasis: I've never had a problem. No lost data. No mysterious crashes. Nothing except good performance and reliability.

And I know people who become 100 years old while smoking 2 packs of cigarettes and a handful of cigars every day. Never coughed in their lives. But that doesn't mean I'm convinced smoking isn't bad for your health.

I have been a full-time Sybase DBA. And I have adminned a MySQL server too. I've seen things happening to boxes running my Sybase servers that would corrupt a MySQL database under heavy load, while the Sybase databases recovered flawlessly (that of course doesn't mean you'll never lose or get corrupted data with Sybase) I have turned the key of the wrong box, shutting down a 4 engine database with over 1000 simultanous connections. I've seen brown outs, causing 20 disks to think it's time to spin down while the box itself thinks there's no problem to worry about. I have typoed, deleting vital information in the master database, which I could simply roll back. Can MySQL make a *consistent* dump of a running database? Without referential intrigity or triggers? Can MySQL make incremental dumps? Say, every 15 minutes on a multi-gigabyte server?

The link that questioned MySQL as an adequate database and questioned whether it was just waiting to fall apart at the seams because it doesn't have atomicity or rollback obviously was put together by someone totally unfamiliar with its use in a production environment and who seems like they were more concerned with communicating their knowledge of esoteric (but good to know!) database concepts than reality.

Saying that Philip Greenspun is unfamiliar with the reality of using database in a production environment is barely less absurd than saying Larry Wall is unfamiliar with designing computer languages.

-- Abigail


In reply to Re: How to calculate development time? by Abigail
in thread How to calculate development time? by Siddartha

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.