[Zope3-checkins] SVN: Zope3/branches/jim-indexing/src/zope/app/index/IDS.txt Promise a future index id utility.

Jim Fulton jim at zope.com
Tue May 25 09:58:35 EDT 2004


Log message for revision 24962:
Promise a future index id utility.



-=-
Copied: Zope3/branches/jim-indexing/src/zope/app/index/IDS.txt (from rev 24961, Zope3/branches/jim-indexing/src/zope/app/hub/README.txt)
===================================================================
--- Zope3/branches/jim-indexing/src/zope/app/hub/README.txt	2004-05-25 13:55:59 UTC (rev 24961)
+++ Zope3/branches/jim-indexing/src/zope/app/index/IDS.txt	2004-05-25 13:58:35 UTC (rev 24962)
@@ -0,0 +1,18 @@
+Index Ids
+=========
+
+There used to be an object hub service, The object hub
+service was responsible for:
+
+- Managing short ids for objects, useful for indexing
+
+- Keeping track of object locations.  This was important when the
+  object hub was created, because it wasn't practical to use direct
+  object references. No it is, so hub ids are no-longer useful for
+  implementing location-independent object references.
+
+The object hub service is dead.
+
+In the future, there will be a utility for use by indexes, that
+maintains short ids for objects. Perhaps this will be an indexing id
+utility.




More information about the Zope3-Checkins mailing list