Bug #12990
Updated by Peter Amstutz almost 7 years ago
The shared/ directory of FUSE has several issues:
# no update lock, may start overlapping updates in separate threads
# no incremental lookup of individual names, always loads full list, bad for scaling
# fetches full record, which may include description or properties payload which is not used by wastes bandwith