Table u_cmdb_qb_result_ droppedIssue CMDB Query Builder creates tables like u_cmdb_qb_result_<value>, where value would be a long string of hexadecimal values. These tables store the results of the queries ran by the query builder. In some cases these tables will be dropped.ReleaseOrlando+CauseThe job "CMDB Query Builder query results clean up" checks if there are any such tables which are do not belong to a saved query and have not been updated in the last 24 hours. Such tables are dropped. This is expected behavior. Saved queries can be seen on table qb_saved_query. Query status, including last time there was an update to the table, can be seen on table qb_query_status.ResolutionSuch tables must belong to a saved query if they must be kept from being dropped.Related LinksBuild a CMDB query using the CMDB Query Builder