Hacker News new | past | comments | ask | show | jobs | submit login

I evaluated this as a sort of batch job UI for internal staff, but it doesn't handle even moderately large files and has no concept of streaming.

If you want to do a basic task like download and load a file into a database, n8n doesn't work well unless the file will fit entirely into memory.

I'm sure it's great for other use cases, but that limitation ruled it out for me (for this use case).




This is the default behavior. There is an env variable to store the data to disk.

https://docs.n8n.io/hosting/scaling/binary-data/

https://docs.n8n.io/hosting/environment-variables/environmen...

N8N_DEFAULT_BINARY_DATA_MODE: filesystem




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: