vladiksun commented on issue #1000:
URL: https://github.com/apache/age/issues/1000#issuecomment-1700930100

   @dehowef Thank you for paying attention to this. Right now, the "==" 
operator also involves functional calls, so the only way to kick out the index 
is to reverse engineer the execution plan and extract the function itself in 
order to create the index.
   
   Ideally, the WHERE should not use functional indexes at all, like MATCH does 
not for GIN indexes, for two reasons:
   
   - It could look like magic, hence the need to extract the chain of functions 
calls from the plan.
   - If functions definitions change, the indexes stop working.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to