Index: trunk/Ohana/src/addstar/doc/notes.txt
===================================================================
--- trunk/Ohana/src/addstar/doc/notes.txt	(revision 5328)
+++ trunk/Ohana/src/addstar/doc/notes.txt	(revision 5347)
@@ -6,7 +6,8 @@
   o address MOSAIC somehow
   o replace skyprobe mode
-  - address the cat & ref modes in client/server
-  
-  * add airmass quality to options
+  o complete server db interactions
+  o address the cat & ref modes in client/server
+  o add airmass quality to options
+
   * deal with Myyyy as sky value
   * better way to interpret flips header info for sky?
@@ -15,4 +16,23 @@
     with sorted measure tables; add this as a feature 
     of the load_catalog API?
+
+2005.10.14
+
+  the current db interactions are somewhat in efficient wrt the image
+  table.  the basic outline is as follows:
+
+  - load image overlaps (needs entire image table)
+  - find detection matches (uses overlap information for missed)
+  - save new image (needs calculated calibration value from detection
+    matches)
+  
+  currently, I access the image table twice, and both times I load the
+  entire thing.  I really only need to append in the second case.  To
+  get to that point, I need to:
+
+  - split image overlaps from image db load
+  - define image partial load (analogous with catalog LOAD_MEAS_META)
+  
+  for the moment, I'm being wasteful so I can defer this issue.
 
 2005.10.13
