Skip to content

Commit

Permalink
Add a leofs problems
Browse files Browse the repository at this point in the history
  • Loading branch information
mocchira committed Feb 25, 2014
1 parent 4bc1117 commit 43b0f72
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions leofs_clients/survey/fuse/20140225/README.md
Expand Up @@ -39,3 +39,24 @@ Problems to be solved

* [s3fuse](https://code.google.com/p/s3fuse/)
* N/A

* [leofs](https://github.com/leo-project/leofs/)
* Peformance degradation when invoking a ls command at a directory which have lots of sub directories AND lots of files

Example.

```
/mnt/s3/0
├── 0
│ └── lots of files
├── 1
│ └── ...
└── 2
└── ....
```

```
# The below command take a very long time due to searching all child files(directories)
ls /mnt/s3/0
```

0 comments on commit 43b0f72

Please sign in to comment.