S
S
Sergey Pugovkin2017-08-21 13:26:12
linux
Sergey Pugovkin, 2017-08-21 13:26:12

Which Linux filesystem supports over 4 billion files?

Which Linux filesystem supports over 4 billion files?
How do the big "photo hosting companies" like Facebook do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pfg21, 2017-08-21
@Driver86

it all depends on the "length in bytes" of the UID of the file.
use filesystems with dynamic inode allocation (xfs zfs btrfs etc.) or use distributed filesystems.
the former are convenient for a single-server configuration.
the latter are convenient for multi-server systems (well, that's a no-brainer) By the
way, the latter do not always look like a full-fledged file system. as an option, a self-written file management system in the form of a database, which, by a unique file identifier, issues a URL where it can be found. and on servers, the local number of files fits into any framework.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question