DMS system - mendix + postgreDB

0
Hello team, I'd like to request your opinion, input regarding the possibility of implementing a Document Management System (DMS) using Mendix and PostgreDB. More specifically, I'm looking to determine if this setup can effectively manage around 50,000 to 500,000 files, each sized between 1MB and 10MB, with and without document search functionality. Have any of you worked on similar projects? Your valuable insights on this topic would be highly appreciated. Thank you for any hint.     
asked
1 answers
1

Hey Robert,

With only Mendix and PostgresDB you won't be able to do it (sooner or later Postgres will get in trouble), you need file storage e.g. S3.

FYI, in my current application I have more 15,000 files each file is around 10 MB and everything work as expected.

https://docs.mendix.com/refguide/custom-settings/#commendixcoreStorageService

Best regards, Slavko

answered