Quantcast
Channel: SCN : Unanswered Discussions - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 4343

Search-Capability of Column Store tables and AT-Views

$
0
0

Hi all,

 

can anyone explain me why there are search-settings on a Attribute View?

I tried to do a fuzzy search on a Column Store table via ...WHERE
CONTAINS(*,
'SEARCHTERM', FUZZY(0.8))..., and it returns me the corresponding lines.

 

Then I created an Attribute View using the same table and disabled the search-functionality on the output-parameters and tried the same statement for the AT-View. I expected to get no results but got the same results as before. Why are there search-settings on the AT-View?

 

SELECT SCORE() AS score, *

FROM "_SYS_BIC"."tmp.knobel/AT_VIEW"

WHERE CONTAINS(*, 'SEARCHTERM', FUZZY(0.8))

ORDER BY score DESC;

 

Hope to find the answer here :-S

 

Cheers, Stefan


Viewing all articles
Browse latest Browse all 4343

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>