我可以通过添加东西到分布式缓存
add file largelookuptable
然后运行一堆HQL。
现在当我有一系列命令时,如下所示
add file largelookuptable1;
select blah from blahness using somehow largelookuptable1;
add file largelookuptable2;
select newblah from otherblah using largelookuptable2;
在这种情况下largelookuptable1
,第二个查询不必要地可用。有没有办法在第二个查询运行之前摆脱它?