-
-
Notifications
You must be signed in to change notification settings - Fork 310
Andre R edited this page Dec 2, 2016
·
9 revisions
There are no performance differences, since transact!
uses db-with
internally.
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)