Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Converting strings to ASCII codes to increase search

Re: Converting strings to ASCII codes to increase search

From: gazzag <gareth_at_jamms.org>
Date: 19 Feb 2007 05:45:30 -0800
Message-ID: <1171892730.568750.231940@a75g2000cwd.googlegroups.com>


On 19 Feb, 11:47, s1m0nc..._at_hotmail.com wrote:
> Hi,
>
> We have a system that contains 50M customer records. We need to
> repeatedly search this table to see if the new customer is actually a
> new customer or has been a customer of ours in the past.
>
> Some of the development guys have come up with the idea of converting
> some of the fields to their ASCII code representation as they think
> this will be quicker that doing straight string comparisons.
>
> I have been trying to do some research around this and can't find
> anything that supports this.
>
> Has anyone come across this in the past or have any ideas.
>
> Thanks
> Simon

I would suggest two things:

  1. Set up a test environment and gather appropriate metrics to see what the difference might be.
  2. Marginally less LSD for your development guys.

HTH -g Received on Mon Feb 19 2007 - 07:45:30 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US