You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a long-running chdb session where I repeatedly create, query, and drop ENGINE=Memory tables, I've observed significant performance degradation. A simple query that is very fast at the beginning of the session takes progressively longer to execute as more operations are performed.
Concurrently, I've noticed that the /.chdb_data/metadata_dropped subdirectory is continuously populated with new files, and these files are not automatically cleaned up during the session. I suspect that the increasing number of files in this directory is causing chdb to slow down during certain internal operations, leading to the performance hit.
I have tried executing DROP TABLE to clean up the tables, and while the command succeeds, it does not resolve the performance issue or clean up the files in metadata_dropped.