aboutsummaryrefslogtreecommitdiffstats
path: root/BUGS
blob: 7a97f2c030c383db3fdd72303cd0016da6f2de5b (plain)
1
2
3
4
5
6
7
8
9
10
11
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.