andrii0lomakin / orientdb

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
http://orientdb.org
Apache License 2.0
0 stars 0 forks source link

Remove family or reload methods it does not work well with local cache #94

Closed andrii0lomakin closed 6 months ago

andrii0lomakin commented 6 months ago

If an element is detached from the session, reloading this element will create two instances of the same record. That should be avoided at any cost because we can not prevent users from the load record with the same id before removing this family of reload methods.