snuspl/harmony

Enable data sharing across jobs running on JobServer

Closed this issue · 0 comments

Currently, jobs cannot share data (table).

So they should maintain their own tables, even the table contents are same.

By enabling table-sharing across jobs, we can eliminate overhead incurred by individual tables (e.g., memory pressure, data loading time).