1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Merge pull request #129 from md2perpe/patch-1

Update en/tutorials/getting-started.rst
This commit is contained in:
Benjamin Eberlei 2012-11-24 02:22:01 -08:00
commit 07e6a3ec68

View File

@ -955,7 +955,7 @@ to the database.
You might wonder why does this distinction between persist
notification and flush exist: Doctrine 2 uses the UnitOfWork
pattern to aggregate all writes (INSERT, UDPATE, DELETE) into one
pattern to aggregate all writes (INSERT, UPDATE, DELETE) into one
single transaction, which is executed when flush is called.
Using this approach the write-performance is significantly better
than in a scenario where updates are done for each entity in