Index: branches/eam_branches/ipp-20121219/ippToPsps/doc/concerns.txt
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/doc/concerns.txt	(revision 34945)
+++ branches/eam_branches/ipp-20121219/ippToPsps/doc/concerns.txt	(revision 34946)
@@ -27,2 +27,23 @@
 * need to copy / install jython tarball somewhere
 
+* if config.epoch is NULL, ipptopspsdb.jy:999 will raise an error
+
+* need to manually create the scratch database, then call
+  setupScratchdb.py to fill in some tables.
+
+** why are init values stored in the scratch db and not the working
+   db??
+
+*** initialization of the scratch db is really slow (writing the
+    skycell table?)
+
+*** VOT load is super slow because of conversion from xml to mysql.
+
+** config/IN/tables.vot is hard-wired in code and probably too static.
+
+* some changes to dvoDetections.py, mirroring changes to the
+  dvograbber code, break the sql
+
+** test for other connections is quite severe (mysql.py:119) and
+   prevents testing.
+
