From 683b15fd8d19935dc4afeb2b552af55700e49f43 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 16 Jan 2009 11:31:35 +0000 Subject: [PATCH] random thoughts for todo --- doc/todo.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/todo.txt b/doc/todo.txt index 179e0ed..0f1bad5 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -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. @@ -21,3 +23,10 @@ * 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) -- 2.39.5