Seems there is a catalog module in TDengine database ,but I don't know what is used for
typedef struct SCatalog { uint64_t clusterId; SHashObj *userCache; //key:user, value:SCtgUserAuth SHashObj *dbCache; //key:dbname, value:SCtgDBCache SCtgRentMgmt dbRent; SCtgRentMgmt stbRent; } SCatalog;
anyone could help with this?