EDllT

Results 66 comments of EDllT

Figured out something very problematic. The ``langflow.db`` file is storing all every component's output, it seems ![image](https://github.com/user-attachments/assets/a7434db9-9f39-4a75-a3f1-d10bda8217bb)

Seems like this file plays a huge role ``langflow_source-code/src/backend/base/langflow/services/database/models/vertex_builds/crud.py`` It commits to the db the output results of the component, I am assuming for caching upon rebuilds. The problem is,...

> Found more. What's the purpose of logging every vertex build? As it seems to be accumulating and taking up tremendous amounts of storage space in the db file causing...

@Cristhianzl Hey! Thanks for the prompt fix. I have tested it out and unfortunately the issues that I had mentioned in previous comments still occur and new issues that arise...

> Are you using the freeze/freeze path feature to prevent reprocessing files that have already been processed? Note that if you don't use these features, the database will be increased...

I'll try to get to the bottom of this. Meanwhile, could this issue be reopened? Here's a useful patch I've written for debugging purposes. It helps show how many vertex...

> ### Issues that still occur > - Deleting the entire flow clears up the relevant parts of the vertex_build cache; however, deleting the file component does not delete its...

@Cristhianzl Hey Apologies for continuing to bother you about this. I have tested the main branch with the latest commit which includes your recently merged PR. It seems to not...

I've edited this comment to include steps to reproduce the crash https://github.com/langflow-ai/langflow/issues/4008#issuecomment-2407550796

@Cristhianzl Unfortunately langflow still crashes on the latest commit d0fdc568902990142762a4ca2de3c50ca6976c28 (Btw, the first thing I had done was to clear up my transaction and vertex_build tables, create a new flow,...