summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-07 12:35:35 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-07 12:35:35 +0200
commitaf332b619b773ed265a27078fe8fb49962b21b2d (patch)
tree92d889f0be41614e6b19821e26ec8af01f22e378 /TODO
parent2c14e890a11d97de6f9593b54bda15d52baa9a05 (diff)
downloadpgfuse-af332b619b773ed265a27078fe8fb49962b21b2d.tar.gz
pgfuse-af332b619b773ed265a27078fe8fb49962b21b2d.tar.bz2
added more stub functions for dir handling
added a write and an internal file buffer structure (PgFuseFile) started to implement create/open and release
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..dec0101
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+- pooling of PQconn
+- thread-synchronization
+- handling of most file system metadata
+- efficient partial writes of bytea
+- use of asynchonous read/writes
+- what is a transaction? couple to fsync/fdatasync
+ for files? other ideas? customizable?
+- how to store binary data? bytea or BLOBs? is
+ there a way to implement streams (append to
+ file, or sequential read) efficient together
+ with random access? db securityy on blobs?
+ Use COPY TO/COPY FROM?
+