Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: slowness around 3.4.1 and custom fields?: msg#00098

bug-tracking.request-tracker.devel

Subject: Re: slowness around 3.4.1 and custom fields?

At Tue, 22 Mar 2005 16:50:12 -0500,
seph wrote:
>
> I've got a 3.4.1 install against mysql, and I'm seeing a lot of
> slowness around certain custom field searches. It seems pretty
> reproducible by searching for a Custom Field IS Null. (Like Null is
> fine) It results in the mysql query: (here are the last 2 from the
> mysql-slow log)

Ick.

ObjectCustomFieldValues2 isn't kicking in because CustomField is the
first element.. but it's the join key so it isn't being picked up.
(Although this has to do with ObjectCustomFieldValues.CustomField not
being nullable I think.)




Try this one...

CREATE INDEX ObjectCustomFieldValues3
ON ObjectCustomFieldValues( ObjectId, ObjectType, Disabled );

It creates a huge (261 byte) key because of ObjectType, which is a
negative for IO reasons.

You may want to try this instead:

CREATE INDEX ObjectCustomFieldValues4
ON ObjectCustomFieldValues( ObjectId, Disabled );


You could also try this one.. but I don't think it'll help much.

CREATE INDEX Tickets7 ON Tickets( Type );

( I played with a few variants, such as...
Type, EffectiveId
Type, id
but on my really poor test database, it didn't show much
difference. But, try these on your larger dataset.)

(Why won't it help? Because Tickets.Type is going to have a very low
cardinality in most places.)


-R


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
drivers.mtd/200...    security.firewa...    java.openamf.cv...    rpm.yum/2003-08...    telephony.sipp....    file-systems.oc...    qnx.openqnx.dev...    voip.linphone.u...    hardware.sony/2...    network.simulat...    boot-loaders.gr...    ietf.usenet.for...    culture.languag...    emacs.latex.pre...    music.jamiroqua...    xfree86.neomagi...    user-groups.lin...    ltp/2006-08/msg...    kde.kst/2005-08...    programming.too...    os.freebsd.deve...    window-managers...    audio.cd-record...    gnu.fiasco.bugs...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation