From c18e23b8176959b33d6fb2fbe8c84aa12c42160f Mon Sep 17 00:00:00 2001 From: "Roman S. Borschel" Date: Thu, 6 May 2010 13:02:21 +0200 Subject: [PATCH] Clarified docs on identifier generation strategies. --- manual/en/basic-mapping.txt | 2 ++ 1 file changed, 2 insertions(+) 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