random thoughts for todo
authorMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 11:31:35 +0000 (11:31 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 11:31:35 +0000 (11:31 +0000)
doc/todo.txt

index 179e0ed9685ae95ba4ff09893ef96a0d278b2d40..0f1bad5ed151c93e6d1a98ca9c08be6d42395413 100644 (file)
@@ -9,6 +9,8 @@
 
  * Lazy value type cache, per-conn binary I/O decision.
 
+ * named connactions (ala SQL-MED)
+
 == Just thoughts ==
 
  * SPREAD BY clause for OLAP loads.
  * Streaming for big resultsets, to avoid loading them fully in memory.
    This needs also backend changes.
 
+ * integrate with memcache:
+   
+   set_object(id, data)
+   CACHE SET object(id) = data;
+
+   get_object(id)
+   CACHE GET object(id)