Documentation typography: ellipses

Signed-off-by: Pierre Bertet <[email protected]>
This commit is contained in:
Pierre Bertet
2013-01-10 16:10:07 +01:00
parent 63708d64e0
commit a1facced9a
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ In this example, **only two queries will be executed**!
SELECT * FROM "books"
SELECT * FROM "authors" WHERE "id" IN (1, 2, 3, 4, 5, ...)
SELECT * FROM "authors" WHERE "id" IN (1, 2, 3, 4, 5, )
Obviously, wise use of eager loading can dramatically increase the performance of your application. In the example above, eager loading cut the execution time in half.