Jump to content

Talk:Identity map pattern

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tonyseek (talk | contribs) at 15:11, 10 December 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing Stub‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Note icon
This article has been automatically rated by a bot or other tool as Stub-class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.

Possible incorrect description: "improve performance"

The "improve performance" is not the major purpose of identity map. I guess it may be a misunderstanding for the book.

For example, two queries return fields of one entity, the performance cost is the same either with or without identity map. But the correctness, the guarantee of one entity one object, is only provided by the way with identity map.

I think the wording should be revised to "used to guarantee correctness". Tonyseek (talk) 15:09, 10 December 2022 (UTC)[reply]