Cr4shd3v / crash_orm

A simple, typed ORM for Postgres.
MIT License
3 stars 0 forks source link

Batch execute persist_all / insert_all #60

Closed Cr4shd3v closed 2 months ago

Cr4shd3v commented 8 months ago

This should improve performance on large inserts/updates/removes.

github-actions[bot] commented 2 months ago

This issue has been marked as "stale" because it has not had activity for 30 days.

Cr4shd3v commented 2 months ago

Batch update seem quite complex, for now only batch remove and batch insert will be supported