Re: Request Tracker ( RT ) recommends MySQL

From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Request Tracker ( RT ) recommends MySQL
Date: 2005-09-29 19:11:22
Message-ID: 607jcz1yg5.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

JanWieck(at)Yahoo(dot)com (Jan Wieck) writes:
> On 9/29/2005 3:44 AM, Christopher Kings-Lynne wrote:
>
>>> I'm the one that Chris mentioned that did the performance tuning on
>>> RT. Best Practical are really good people to work with, but they
>>> will only use code that will work across all databases the support.
>>> There was one query in particular that made really horrible use of
>>> OR clauses. I sent in details on how to rewrite the query using
>>> unions, which changed it query from a "execute your query and go
>>> make coffee" type of query to one that completed in a very
>>> reasonable period of time. I was told that it wasn't an option
>>> because MySQL didn't have Unions.
>> MySQL 4 has unions...
>
> ... as well as a different license for the client library. Might not
> be a problem for RT itself, but you know, some people have multiple
> databases with different applications, so 3.x backward support has
> some value in it.

Furthermore, the fact that RT's code is owned by Best Practical rather
than Some Other Company means that there are irreconcilably dueling
licenses even though it's essentially the same license all around...
--
(format nil "~S(at)~S" "cbbrowne" "cbbrowne.com")
http://cbbrowne.com/info/
"Waving away a cloud of smoke, I look up, and am blinded by a bright,
white light. It's God. No, not Richard Stallman, or Linus Torvalds,
but God. In a booming voice, He says: "THIS IS A SIGN. USE LINUX, THE
FREE Unix SYSTEM FOR THE 386." -- Matt Welsh

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Josh Berkus 2005-09-30 00:38:30 Re: Time to start the PR machine
Previous Message Jan Wieck 2005-09-29 16:29:32 Re: Request Tracker ( RT ) recommends MySQL