This post is more than 5 years old
2 Posts
1
1610
June 14th, 2013 00:00
Isilon – Subdirectories Per Parent Directory Limit
Hi,
Does anyone know the subdirectories per directory limit for Isilon?
The release notes for the VNXe and VNX NAS state a hard limit of 65,533, but I can’t find a doc that states the limits for Isilon.
Thanks,
Patrick.
No Events found!


Peter_Sero
6 Operator
•
1.2K Posts
1
June 14th, 2013 04:00
OneFS keeps the metadata in B-trees, which indicates there is no artificial limit...
The practical limit is what your system/application can handle. Say you need the parent directory to be fully listable at more or less "interactive" rates (tolerate few tens of seconds), I'd suggest to keep it smaller than 100,000 entries (metadata on disk) or 1 Mio entries (metadada on SSD). Where entries means files or subdirs.
Peter
Pelson2
2 Posts
0
June 14th, 2013 06:00
Thanks Peter.