[rt-devel] RT speed
Mat
mwatson at netspace.net.au
Wed May 8 17:03:39 EDT 2002
Yeah, i've attempted to move to postgres, but found some
very odd things happening. I'm about to try some things on
a test machine i've got, firstly trying innodb tables with
the current version of rt. should be interesting.
I will also test postgres again (last time I did it , it was at
5am.. so perhaps I was just imagining things).
How do you find postgres goes with rt2, the main issue i found
was that it was wrapping every query in a transaction, which
I assume would so things down somewhat. Also I found when
loading the page for a new ticket, rt was generating several
hundred queries..! not sure why.
Mat
> -----Original Message-----
> From: rt-devel-admin at lists.fsck.com
> [mailto:rt-devel-admin at lists.fsck.com]On Behalf Of Vivek Khera
> Sent: Thursday, 9 May 2002 12:09 AM
> To: rt-devel at lists.fsck.com
> Subject: RE: [rt-devel] RT speed
>
>
> >>>>> "m" == mwatson <Mat> writes:
>
> m> are from large queries being run, which in turn makes updates
> m> running after them lock the tables, which makes queries being run
> m> after that stall waiting for the unlock.. and no index seems to
>
> A prime reason to move to Postgres. The concurrency is *much* better
> since it does row-level locking, and a select query doesn't block an
> insert query and vice versa (except when you explicitly lock the
> table).
>
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Vivek Khera, Ph.D. Khera Communications, Inc.
> Internet: khera at kciLink.com Rockville, MD +1-240-453-8497
> AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/
>
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
More information about the Rt-devel
mailing list