Fast distributed filesystem for a large amounts of data with metadata in database
- by undefined hero
My project uses several processing machines and one storage machine. Currently storage organized with a MSSQL filetable shared folder. Every file in storage have some metadata in database.
Processing machines executes tasks for which they needed files from storage and their metadata. After completing task, processing machine puts resulting data…