Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SMBFileTimes.md #2525

Merged
merged 4 commits into from
Mar 12, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/References/Performance/SMBFileTimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ draft: false
.tg .tg-0lax{text-align:left;vertical-align:top}
</style>

TrueNAS and ZFS by default can support large numbers of files. Per directory this can grow to 281+ Trillion and Per file system there is no upper limit. However
Mrt134 marked this conversation as resolved.
Show resolved Hide resolved
these are theoritical limits, and there are host and client side practical limits dealing with large quantity of files. Specifically when it comes to how fast you can
list or "enumernate" them.

Starting in Dragonfish 24.04 and later, the meta-data performance of directory listings over SMB has been greatly improved.
Depending on your SMB client, it is possible to support a single directory with anywhere from 100K to 1 Million files on flash systems with decent load times.

Expand All @@ -25,7 +29,7 @@ Users should understand that as directory file counts increase, listing times in
{{< hint type="note" title="Hardware Limitations" >}}
CPU and Memory speed play a major factor in metadata listing times.
For this testing, flash media was used.
Spinning disks will perform worse.
Spinning disks will generally not perform at the same speeds as flash.

These numbers are provided as rough guides as to what kind of performance might be expected.
Many external factors can impact this and your mileage might vary.
Expand Down
Loading