diff --git a/manual/en/basic-mapping.txt b/manual/en/basic-mapping.txt index 6b0e07361..7c71c9976 100644 --- a/manual/en/basic-mapping.txt +++ b/manual/en/basic-mapping.txt @@ -250,6 +250,8 @@ Doctrine can generate identifier values for the allocationSizes amount of entiti `allocationSize=100` Doctrine 2 would only need to access the sequence once to generate the identifiers for 100 new entities. +*The default allocationSize for a @SequenceGenerator is currently 10.* + > **CAUTION** > The allocationSize is detected by SchemaTool and transformed into an "INCREMENT BY " clause > in the CREATE SEQUENCE statement. For a database schema created manually (and not SchemaTool) you have to