Skip to content

Commit

Permalink
HPCC-18896 Document changes regarding KEYED limitations in Roxie
Browse files Browse the repository at this point in the history
Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
  • Loading branch information
Jim DeFabia committed Nov 2, 2023
1 parent e09fb04 commit da72d55
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
so that the compiler can warn you if you've gotten it wrong. Trailing fields
not used in the filter are ignored (always treated as wildcards).</para>

<para>Prior to version 7.0, KEYED(expression) on a disk read filter would
give a compile-time error if the field being filtered was not fixed size. In
version 7.0 and later versions, it won't.</para>

<para>The rules for their use are as follows (the term "segmonitor" refers
to an internal object created to represent the possible match conditions for
a single keyable field):</para>
Expand Down

0 comments on commit da72d55

Please sign in to comment.