lucene-cn / lxdb

14 stars 2 forks source link

新插入的数据,使用条件查询延迟时间问题 #144

Open Duanjia-jun opened 3 years ago

Duanjia-jun commented 3 years ago

测试前提: random数据表 测试步骤: 在表中insert插入多条数据
1.select from table; 2.使用条件查询 select from table where name = ' '; 测试结果: 1.能立即查询出该表的全部内容 2.需要等待大概1~2分钟才能查询出来 疑问:该种情况下的延迟时间具体值为多少