Index: src/docbkx/book.xml =================================================================== --- src/docbkx/book.xml (revision 1242758) +++ src/docbkx/book.xml (working copy) @@ -861,7 +861,7 @@ Coprocessor Secondary Index - Coprocessors act like RDBMS triggers. These are currently on TRUNK. + Coprocessors act like RDBMS triggers. These were added in 0.92. For more information, see @@ -1722,6 +1722,12 @@ +
Coprocessors + Coprocessors were added in 0.92. There is a thorough Blog Overview of CoProcessors + posted. Documentation will eventually move to this book, but the blog is the most current information available at this time. + +
+
Block Cache
@@ -2247,8 +2253,8 @@ 5 --> Yes, because sum(4, 3, 2, 1) * 1.0 = 10. Also, 5 is less than the min-size. 4 --> Yes, because sum(3, 2, 1) * 1.0 = 6. Also, 4 is less than the min-size. 3 --> Yes, because sum(2, 1) * 1.0 = 3. Also, 3 is less than the min-size. - 2 --> No. Also, 2 is less than the min-size, the max-number of files to compact has been reached. - 1 --> No. Also, 1 is less than the min-size, the max-number of files to compact has been reached. + 2 --> No. Candidate because previous file was selected and 2 is less than the min-size, but the max-number of files to compact has been reached. + 1 --> No. Candidate because previous file was selected and 1 is less than the min-size, but max-number of files to compact has been reached.