Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用三个dnodes构建了一个TDengine集群,创建了10M个表并将一些数据插入到数据库中。我设置的副本是1。
由于内存有限,当我运行 select sum(col1) from db.stb interval(5s) 时,一个 dnode 因 OOM 被系统杀死。但是,查询继续并给了我结果。
一个 dnode 宕机后是否可以继续查询?我不确定返回的结果是否正确,我正在考虑分配更多内存来测试结果。