Re: Should I use LISP for this?
From: Christopher Browne (cbbrowne_at_acm.org)
Date: 03/03/04
- Next message: Joe Marshall: "Re: Garbage Collection and Foreign Data"
- Previous message: John Thingstad: "Re: Problem Compiling in Corman Lisp 2.5"
- In reply to: John Thingstad: "Re: Should I use LISP for this?"
- Next in thread: David Steuber: "Re: Should I use LISP for this?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 3 Mar 2004 13:20:00 GMT
Martha Stewart called it a Good Thing when John Thingstad <john.thingstad@chello.no> wrote:
> On Mon, 1 Mar 2004 21:11:33 -0600, Alan Walker
> <alan-walker-hater-of-spam@charter.net> wrote:
>
> MySQL is fast and adequate for his problem.
> It uses ISAM (IBM) tables directly.
> In it's fastest implementation (it has two) it sacrefises
> recoverabillity for speed.
> Nevertheless it should be up to the job and many times faster than,
> say, Oracle.
It's only likely to be faster than anything else if there is only to
be a very few "update" processes, and if it is mostly going to get hit
with read-only queries.
It tends to crumble into deadlock if you have a lot of users doing
concurrent updates.
Furthermore, consider licensing carefully. According to the vendor,
if you are not licensing your application code under the GPL, then you
are expected to pay for their "commercial" licenses.
-- "cbbrowne","@","cbbrowne.com" http://cbbrowne.com/info/rdbms.html Digital Electronic Being Intended for Assassination and Nullification
- Next message: Joe Marshall: "Re: Garbage Collection and Foreign Data"
- Previous message: John Thingstad: "Re: Problem Compiling in Corman Lisp 2.5"
- In reply to: John Thingstad: "Re: Should I use LISP for this?"
- Next in thread: David Steuber: "Re: Should I use LISP for this?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|