Subject | Re: [IBO] Most efficient way to fetch next alphabetical row |
---|---|
Author | Lester Caine |
Post date | 2005-02-10T18:24:34Z |
terriertech wrote:
'sort' by selecting the heading of the column you want and search on that.
the surnames are not properly formated and so the combined name gave a
funny ordering.
what are you using that is slow?
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
> Thanks for your reply. However, this is not a valid solution for usOK What are you actually using to search?
> for three reasons.
>
> 1. I do not believe this issue is related to the SQL execution speed,
> since it works FAST using IBX. Even if I just search for the last
> name, the improvement in speed using IBO is marginal.
> 2. In many cases, we have fields that we need to do the same thingIncremental search can be applied to any field. You just select the
> for, but cannot be logically separated for an incremental search.
> Example: business names or driver license numbers.
'sort' by selecting the heading of the column you want and search on that.
> 3. The DB structure with first/last name in one field is alreadyFine, that was not clear, but I've had complaints from customers where
> deployed, and conversion of customers' legacy systems is not really
> justified (a mixture of IBO/IBX would cause less disruption and is
> certainly a solution we are considering).
the surnames are not properly formated and so the combined name gave a
funny ordering.
> My own feeling is that this is some type of buffering issue, which II'm using incremental search on 200k tables and the response is FAST. So
> thought would be solved using MaxRows, but apparently isn't.
what are you using that is slow?
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services