[Checkins] SVN: Products.QueueCatalog/trunk/Products/QueueCatalog/README.txt added

Andreas Jung andreas at andreas-jung.com
Tue May 13 06:54:25 EDT 2008


Log message for revision 86697:
  added
  

Changed:
  A   Products.QueueCatalog/trunk/Products/QueueCatalog/README.txt

-=-
Added: Products.QueueCatalog/trunk/Products/QueueCatalog/README.txt
===================================================================
--- Products.QueueCatalog/trunk/Products/QueueCatalog/README.txt	                        (rev 0)
+++ Products.QueueCatalog/trunk/Products/QueueCatalog/README.txt	2008-05-13 10:54:25 UTC (rev 86697)
@@ -0,0 +1,12 @@
+A QueueCatalog delegates most requests to a ZCatalog that is named as part of the QueueCatalog configuration.
+
+Requests to catalog or uncatalog objects are queued. They must be processed by a separate process (or thread).
+
+The queuing provides benefits:
+
+* Content-management operations, performed by humans, complete much faster, this making the content-management system more effiecient for it's users.
+* Catalog updates are batched, which makes indexing much more efficient.
+* Indexing is performed by a single thread, allowing more effecient catalog document generation and avoiding conflict errors from occuring during indexing.
+* When used with ZEO, indexing might e performed on the same machine as the storage server, making updates faster.
+
+



More information about the Checkins mailing list