Skip to content
Andre R edited this page Dec 2, 2016 · 9 revisions

Which is fastest, transact! or db-with ?

There are no performance differences, since transact! uses db-with internally.

How is equality treated when comparing entities?

Entity equality only checks if the entity ids (eid) is the same of two given entities. It does not looks if they're from the same database or even database version. This is efficient since otherwise an entire walk on the database could happen (which could be extremely expensive)

Clone this wiki locally