Closed GoogleCodeExporter closed 9 years ago
Still, this problem can be reproduced in the master. I will look into the error
if some one can not investigate the problem now.
Original comment by wangs...@gmail.com
on 30 Jul 2014 at 5:35
Original comment by wangs...@gmail.com
on 31 Jul 2014 at 12:29
Fixed. The reason was that a mismatch between the chosen index access method by
the optimizer and the index type can happen. For example, in this case, the
optimizer chose BTressAccessMethod on the inverted index (keyword or ngram
type).
Now, when the optimizer converts a select operator pattern to an index-search,
it tries to match the selected access method type and the chosen index type
(e.g. BTreeAccessMethod to a BTree index)
Original comment by wangs...@gmail.com
on 5 Aug 2014 at 6:17
Original issue reported on code.google.com by
wangs...@gmail.com
on 27 Jun 2014 at 6:09