Proximity and Linear table scan

Post Reply
gazim
Posts: 66
Joined: Sun Feb 18, 2001 1:01 pm

Proximity and Linear table scan

Post by gazim »

My understanding is that proximity (within characters) searches do not take advantage of the metamorph indices.

[+] what about W/word, w/line, w/sent etc. Do these proximity search operators use the index at all?

[+] Is there anything that can be done to improve performance of within character searches? We have a large table with a blob field. the .blb file is about 60 GB. Proximity searches (w/chars) against this field often time out or take more than an hour. What would be a possible workaround for this issue?

Thanks in advance.
gazim
Posts: 66
Joined: Sun Feb 18, 2001 1:01 pm

Proximity and Linear table scan

Post by gazim »

Forgot to add OS and Texis version information.

OS: Redhat Linux kernel 2.4.21-32.ELsmp
Texis: 04.04.1067366033(20031028)
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Proximity and Linear table scan

Post by John »

Newer versions can do within N words, and are also able to use the index to help with that as well as the within character form. The version you have will not be able to use the index for any proximity searches.
John Turnbull
Thunderstone Software
Post Reply