Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.5
-
None
Description
Currently, nulls and missings keys are not stored in secondary indexes. This applies across all index types. For B-Tree indexes, it should be possible to accept nulls and missings keys (for example, to enable using secondary indexes for prefix searches). For other index types, they should determine how to deal with UNKNOWNs in a proper way.
- Make sure array indexes handle NULLs/MISSINGs
- Make sure inverted indexes handle NULLs/MISSINGs
- Make sure R-Tree indexes handle NULLs/MISSINGs
Attachments
Issue Links
- relates to
-
ASTERIXDB-2920 Set null flags properly in SimpleTupleWriter
- Open
-
ASTERIXDB-2923 Remove null/missing filter from insert and load statements
- Open
-
ASTERIXDB-2938 Inverted index should handle NULLs/MISSINGs keys
- Open
-
ASTERIXDB-2939 Make sure array indexes handle NULLs/MISSINGs
- Open
-
ASTERIXDB-3019 Make sure R-tree indexes handle NULLs/MISSINGs
- Open