summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-18 20:49:27 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-18 20:49:27 +0200
commit33e10221f515899116faa30f0d79d34b5f0bfff6 (patch)
treeaca87b4870111c70a7b55b72c9abb827998627fc /TODO
parent6e8858e71000ef3c72b7ba1d696f8ea6f39f7202 (diff)
downloadpgfuse-33e10221f515899116faa30f0d79d34b5f0bfff6.tar.gz
pgfuse-33e10221f515899116faa30f0d79d34b5f0bfff6.tar.bz2
got a first working version without a maxsize limit
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index 3fc6314..454cdde 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,19 @@
TODO list (in order of priority)
---------
+- remove the size limitations, change the storage to
+ a bytea (in blocks) as in mysqlfs.
+- remove buffer in PgFuseFile, it causes synchronization
+ trouble, transaction trouble and is most likely not
+ necessary
+- allow for size_t and off_t (check int4 which should
+ be int8, use be64ton and not htonl), flag for 64-bit
+ (large filesystem)?
- handling of most file system metadata
- ownership: how is this done depending on
per-user or root mounts? think about security
here!
- extended attributes
-- remove the size limitations, change the storage to
- a bytea (in blocks) as in mysqlfs.
- pooling of PQconn
- our own, thread-synchronized pooling?
- use pgpool? has secondary benefits like a replicated filesystem for