Subject | Re: [firebird-support] No index used for join on 'starting with' |
---|---|
Author | Ann Harrison |
Post date | 2012-04-10T17:58:41Z |
Rick,
It's not going to help in the short run, but I would submit this as a bug.
This query uses natural for both tables, when I expected it to use an
Ann
[Non-text portions of this message have been removed]
It's not going to help in the short run, but I would submit this as a bug.
This query uses natural for both tables, when I expected it to use an
> index for the join.Good luck,
>
> select *
> from table1 t1
> join table2 t2 on t2.indexed_char14 starting with t1.indexed_char10
> where t1.unindex_varchar containing 'foo'
>
>
Ann
[Non-text portions of this message have been removed]