2. Direct lookup against subindexTime: 3.3msExpression: ft:search($index, $text)/../..3. Lookup against subindex file with reference to large indexTime: 2.9msExpression:let $s :=
ft:search($index, $text)/../..return db:open-id($db, $s/id)/../..My question is: why would the third expression be slightly faster (or at least not slower) than the second one, if it involves additional computation?