nucleuscloud / neosync

Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.
https://www.neosync.dev
Other
3.41k stars 125 forks source link

[NEOS-1630] Optimize Subset table in same fashion as job mappings table #2967

Open nickzelei opened 2 days ago

nickzelei commented 2 days ago

This table is much simpler but still suffers from the same performance issues that the job mappings table does.

It should be optimized in a similar fashion with memoization as well as pulling out the form components.

From SyncLinear.com | NEOS-1630