projects
/
plproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12143f4
)
random thoughts for todo
author
Marko Kreen
<markokr@gmail.com>
Fri, 16 Jan 2009 11:31:35 +0000
(11:31 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 16 Jan 2009 11:31:35 +0000
(11:31 +0000)
doc/todo.txt
patch
|
blob
|
blame
|
history
diff --git
a/doc/todo.txt
b/doc/todo.txt
index 179e0ed9685ae95ba4ff09893ef96a0d278b2d40..0f1bad5ed151c93e6d1a98ca9c08be6d42395413 100644
(file)
--- 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)