hadar-simulator / community-server

Deploy a server to resolve study on a remote hadar solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move study and result object away from database

FrancoisJ opened this issue · comments

Current SQLite3 has to manage blob objects. This won't scale with few studies at the same time. Solution could be to remove blob from database and keep object serialized in study and result folder.