• 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: Database choices
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Database choices


  • Subject: Re: Database choices
  • From: Guido Neitzer <email@hidden>
  • Date: Tue, 30 Oct 2007 12:18:13 -0600

On 30.10.2007, at 11:01, Chuck Hill wrote:

- OR performance is bad

Yes, something odd is going on there.

If you stay inside one column with your "or" its using an index, if you use two different columns in an or, it won't. E.g.:


select * from foo where a = 'bar' or a = 'bas';

will use an index, but:

select * from foo where a = 'bar' or b = 'bar';

will not.

cug
_______________________________________________
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: 
 >Re: Database choices (From: Ricardo Parada <email@hidden>)
 >Re: Database choices (From: Mike Schrag <email@hidden>)
 >Re: Database choices (From: "John Huss" <email@hidden>)
 >Re: Database choices (From: Chuck Hill <email@hidden>)

  • Prev by Date: AJRDatabase + MiscMerge ?= NeoEOGenerator
  • Next by Date: Re: AJRDatabase + MiscMerge ?= NeoEOGenerator
  • Previous by thread: Re: Database choices
  • Next by thread: Re: Database choices
  • Index(es):
    • Date
    • Thread