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.
最近在研究TDengine数据库设计模式,了解到TDengine也有类似Oracle的redo log,也就是WAL。日志内容会在mnode中用于存储所有用户、数据库等元数据信息,并在放盘后写入对应的元文件。如果这样会导致数据库表数发生明显变化,读WAL会导致启动taosd太慢而降低性能?如果是这样,TDengine内核机制是如何解决这个问题的?