SQL查询OOM

执行SQL时,经常提示内存不足怎么处理?有如下的报错信息:

Server response: 'select top 100 * from tb_stocktick where code == "300678" and date(datetime) == date(now()) => Out of memory' 

session的内存情况如下

attachments-2024-03-HeIx6ZWY6608d1d514b6a.jpg图示,OLAPTablet的内存比较高(溢出了)


请先 登录 后评论

1 个回答

wfHuang

OLAPTablet是OLAP引擎的cache,可以使用 clearAllCache() 释放此项内存。


请先 登录 后评论
  • 1 关注
  • 0 收藏,102 浏览
  • peter 提出于 2024-03-31 11:01

相似问题