aboutsummaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS12
1 files changed, 12 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..7a97f2c
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,12 @@
+
+- No documentation on how to set up a dbfs filesystem.
+
+- Updating the middle of a file will cause data corruption (creating
+ from scratch, or appending, should work fine)
+
+- Directories are read and written in their entirety, which is nice
+ for small directories but punishingly slow for large directories.
+
+- Long term, we only want to store metadata in DB, not file data as
+ well.
+