• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Question about search performance
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about search performance


  • Subject: Re: Question about search performance
  • From: Petite Abeille <email@hidden>
  • Date: Wed, 17 Sep 2008 22:59:26 +0200


On Sep 16, 2008, at 7:35 PM, Joshua Dubey wrote:

SELECT <bunch of attributes>, from ORDERS T0 WHERE UPPER(T0.EMAIL_ADDRESS) LIKE UPPER('email@hidden%') ESCAPE '\;

In general... 'like' predicates are tricky to optimize from a SQL engine point of view...


In Oracle... for simple case insensitive search you could consider function based indices... for general text search, take a look at Oracle Text ctxsys.context indices or such...

One way or another, dbms_stat is your friend.

In case of doubt, consult dbms_xplan.

Cheers,

--
PA.
http://alt.textdrive.com/nanoki/



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Question about search performance (From: Joshua Dubey <email@hidden>)

  • Prev by Date: Re: Question about search performance
  • Next by Date: Re: Question about search performance
  • Previous by thread: Re: Question about search performance
  • Next by thread: Problem with an AjaxUpdateContainer (WONDER) in conjunction with a WOComponentContent and a WOSwitchComponent
  • Index(es):
    • Date
    • Thread