fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Add query hash that takes into account literals

Open ohadzeliger opened this issue 3 years ago • 0 comments

As part of the plan cache effort, adding a query hash kind that takes into account literals and ignores parameter markers. The idea is that plans can be cached for queries if their literal values are replaced by parameter markers (later bound) but that in cases where the literals are left in the query, the query will be considered different from another if the literals are different.

ohadzeliger avatar May 05 '21 15:05 ohadzeliger