summaryrefslogtreecommitdiff
path: root/DEVELOPERS
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 /DEVELOPERS
parent6e8858e71000ef3c72b7ba1d696f8ea6f39f7202 (diff)
downloadpgfuse-33e10221f515899116faa30f0d79d34b5f0bfff6.tar.gz
pgfuse-33e10221f515899116faa30f0d79d34b5f0bfff6.tar.bz2
got a first working version without a maxsize limit
Diffstat (limited to 'DEVELOPERS')
-rw-r--r--DEVELOPERS14
1 files changed, 14 insertions, 0 deletions
diff --git a/DEVELOPERS b/DEVELOPERS
index d253c4f..7a2a7e4 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -5,6 +5,7 @@ Internal documentation for developers
Design decisions
Storage of binarydata
Directory tree in database
+ Testing
Coding guidelines
-----------------
@@ -61,6 +62,9 @@ interface.
COPY FROM and COPY to as a fast, non-transactional mode?
+Pad blocks in data or not? Or all but the last one, allowing very
+small files to be stored efficiently.
+
Directory tree in database
--------------------------
@@ -80,3 +84,13 @@ the connection, the loss of database connection could be temporary.
What should be reported back as temporary error state to FUSE?
EIO seems a good option (as if the disk would have temporary I/O
problems).
+
+Testing
+-------
+
+The makefile contains some basic functionallity tests (mostly using
+commands of the shell).
+
+bonnie is a good stress and performance tester. Don't despair because
+of poor performance, that's normal. :-)
+