Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-dev
Navigation:
Lists: gentoo-dev: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-dev@g.o
From: kashani <kashani-list@...>
Subject: Re: Monthly Gentoo Council Reminder for August
Date: Thu, 03 Aug 2006 13:54:59 -0700
Chris Bainbridge wrote:
> I'm curious what the problem is with bugzilla and it's db
> interactions? You're suggesting a specific issue rather than general
> db performance issues like fs, io scheduling, raid1, hyperthreads,
> etc.?

	It's most likely related to Bugzilla using MyISAM tables by default 
which is fine in a small environment. However as concurrency grows along 
with table size those full table locks begin to cause issues. 
Additionally most www-apps are not known for their well thought out db 
schema. Performance of the underlying hardware plays a part, but can be 
overshadowed pretty quickly by query and table inefficiencies.

	The usual fix without touching the internals of the software is doing 
master/slave replication and allowing the selects to happen on the slave 
and writes on the master. However you would need to change most of the 
queries to point to the slave server which is usually not trivial. It 
sounds like this is the path the Infra team is pursuing.

kashani
-- 
gentoo-dev@g.o mailing list


Replies:
Re: Monthly Gentoo Council Reminder for August
-- Lance Albertson
References:
Monthly Gentoo Council Reminder for August
-- Mike Frysinger
Re: Monthly Gentoo Council Reminder for August
-- Ned Ludd
Re: Monthly Gentoo Council Reminder for August
-- Lance Albertson
Re: Monthly Gentoo Council Reminder for August
-- Ned Ludd
Re: Monthly Gentoo Council Reminder for August
-- Jakub Moc
Re: Monthly Gentoo Council Reminder for August
-- Ned Ludd
Re: Monthly Gentoo Council Reminder for August
-- Jakub Moc
Re: Monthly Gentoo Council Reminder for August
-- Alec Warner
Re: Monthly Gentoo Council Reminder for August
-- Patrick Lauer
Re: Monthly Gentoo Council Reminder for August
-- Lance Albertson
Re: Monthly Gentoo Council Reminder for August
-- Chris Bainbridge
Navigation:
Lists: gentoo-dev: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
Re: Monthly Gentoo Council Reminder for August
Next by thread:
Re: Monthly Gentoo Council Reminder for August
Previous by date:
Re: Re: Masking practics
Next by date:
Re: Monthly Gentoo Council Reminder for August


Updated Jun 17, 2009

Summary: Archive of the gentoo-dev mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.