Will Postgres cache a SIMILARITY (or any expensive function call) result if I use it more than once in a query?

前端 未结 0 683
日久生厌
日久生厌 2021-01-26 13:14

Let\'s say I do something like this:

    SELECT c."id", ..., SIMILARITY(c."body", $1) as "similarity"
    FROM "comments"          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题