Re: [cdin] RE: Ok

Greg Stein (gstein nospam at lyra.org)
Tue, 09 Mar 1999 14:57:51 -0800

Yup. Knew that, and it was why I felt it was more than an acceptable
choice for this system.

I just didn't mention it in my original note because then it would sound
like I said "transaction aren't necessary [well, I'm just saying that as
a rationalization for choosing MySQL]"

:-)

Cheers,
-g

Jason Dufair wrote:
>
> Keep in mind that MySQL does not support transactions (at least in the
> traditional sense of BEGIN TRANSACTION/COMMIT/ROLLBACK) or so I read on /.
>
> At 02:44 PM 3/9/99 -0800, Greg Stein wrote:
> >Justus Pendleton wrote:
> >>
> >> On Tue, Mar 09, 1999 at 02:19:26PM -0800, Greg Stein wrote:
> >> > I'm more than willing to agree to disagree. I will continue work against
> >> > a relational database. It provides much more flexibility, data
> >> > integrity, reporting ability, and the ability to scale.
> >>
> >> You forgot to mention transactions :). I would think it would be
> >> really nice to say "gee that jerk just submitted 25,000 bogus CDs but
> >> I can just ignore the whole damn transaction rather than going through
> >> each one by hand".
> >
> >The relational database is going to conduct transactions on a much
> >smaller time scale than what you're referring to. It will open a
> >transaction, the records will be inserted, then it will close the
> >transaction. Done. An editor cannot come back along and unwind it
> >without some serious effort (you'd need to go back to an old version and
> >replay some (edited) update logs).
> >
> >In any case, I don't believe transactions are actually called for in the
> >system. That is mostly necessary when data is being altered or deleted.
> >For the most part, we're only looking at inserts.
> >
> >Cheers,
> >-g
> >
> >--
> >Greg Stein, http://www.lyra.org/
> >
> >_______________________________________________
> >cdin maillist - cdin nospam at cdin.org
> >http://mailman.cdin.org/mailman/listinfo/cdin
> >
> >
> >
>
> -----
> Jason Dufair
> funne nospam at iquest.net
> http://www.iquest.net/~funne
> http://www.iquest.net/~funne/jdufair.asc for PGP public key.
> "A laugh for the newsprint nightmare, a world that never was
> Where the questions are all 'why' and the answers are all 'because'"
> -Bruce Cockburn

--
Greg Stein, http://www.lyra.org/