oasysai / oasysdb

Hybrid vector database with flexible SQL storage engine & multi-index support.
https://docs.oasysdb.com/
Apache License 2.0
343 stars 12 forks source link

fix: atomic collection file writes #99

Closed edwinkys closed 3 months ago

edwinkys commented 3 months ago

Purpose

As desribe in issue #98

This PR makes save_collection atomic to prevent corruption in the case of failure.

Testing

There is no change in API. So, there is no additional test needed.

Chore checklist