[Checkins] SVN: Sandbox/adamg/ocql/trunk/src/ocql/TODO.txt improve docs

Adam Groszer agroszer at gmail.com
Wed Aug 27 03:52:13 EDT 2008


Log message for revision 90404:
  improve docs

Changed:
  U   Sandbox/adamg/ocql/trunk/src/ocql/TODO.txt

-=-
Modified: Sandbox/adamg/ocql/trunk/src/ocql/TODO.txt
===================================================================
--- Sandbox/adamg/ocql/trunk/src/ocql/TODO.txt	2008-08-27 07:50:47 UTC (rev 90403)
+++ Sandbox/adamg/ocql/trunk/src/ocql/TODO.txt	2008-08-27 07:52:12 UTC (rev 90404)
@@ -3,4 +3,16 @@
 =====
 
 Problem: we want to test object equality by intid, what if the object defines
-         it's own __cmp__? Needs to be loaded and called.
\ No newline at end of file
+         it's own __cmp__? Object needs to be loaded and __cmp__ called.
+
+Problem: we seem to add classes related to optimization to the general
+         algebra classes. zope index related optimizations might not be mixed
+         with the general algebra classes.
+         Even the optimization depends more and more on the database.
+         Think about how to make this more general, or how to put database
+         dependent classes separated.
+         More general question: how to do the optimization that it knows about
+         the database properties but ....
+         Seems that the optimization will be either split into two parts: one
+         database independent-generic, one database dependent -- or -- it will
+         be one part and that part depends always on the database.
\ No newline at end of file



More information about the Checkins mailing list