vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.83k stars 1.2k forks source link

当数据属性存在null时,match查询使用复合索引无法查询到数据 #5898

Open benjaminlinken opened 5 months ago

benjaminlinken commented 5 months ago

问题描述 match查询使用复合索引同时检索多个属性,发现一旦数据内存在其它部分属性为null,会无法查询到数据。

环境及版本

复现方式

  1. 创建复合索引 image

  2. 分别插入存在及不存在null属性的数据 image

  3. 使用复合索引查询,会发现方式1无法查询到存在null属性的数据,方式2可以 方式1 image 方式2 image