snuspl/harmony

Complete implementation of table sharing

wynot12 opened this issue · 0 comments

Though #21 has introduced table sharing feature, it lacks several details as following.

  • When launching apps concurrently, only the first job waits for data loading and other jobs start training with the table that is not complete yet.
  • When there's no ongoing jobs that use the specific table, we need to drop the table not to waste the memory resources.