Hi:
I need optimize queries in Tamino 2.2.1.9.
I have seen queries can be optimized changing the order of the “and” queries.
Response time is increased when soluction set is bigger, although the result only include the ten first.
Can i make Tamino do not store all the respone set on buffer pool?
My principal problem is in “and” querys:
When i have the query:
“a=1 and b=2”
“a=1” set has about 10 docs
“b=2” set has about 9,000,000 docs
The result time is very big, i think it is because Tamino compares both sets (and both are stored in Buffer Pool).
Can i make Tamino process “b=2” over “a=1” set?
where can i see some information about Tamino query engine architecture?
Thanks and regards.
#Tamino#API-Management#webMethods