import_options (and tests)
- cannot do until model_logic.teardown
- save: raise vs noop
- :on_belongs_to_create_other => :build # :raise_error is default
- override belongs_to.build_other
Commit/ModelsCache
Watch memory usage and make incremental as needed saves and local flushes of memory
batch id as part of deep_import_id field:
- get a process id
- set deep_import_id = "#{process_id}.#{id}"
- commit: scope all queries to this process_id prefix
View
- family/benchmarks
- upgrade to data tables
- chart
import_options (and tests)
Commit/ModelsCache
Watch memory usage and make incremental as needed saves and local flushes of memory
batch id as part of deep_import_id field:
View