Is there still a limit on the amount of files in a folder?

cancel
Showing results for 
Search instead for 
Did you mean: 
miroslav
Customer

Is there still a limit on the amount of files in a folder?

Jump to solution

Hello,

Is there still a performance limit on the amount of files in a folder please? Is there any other limit on the number of files/folders and how deep they can be? What are the ways to work around this limit? I would like to use a Share and content-app UI.

Thank you!

1 Solution

Accepted Solutions
abhinavmishra14
Advanced

Re: Is there still a limit on the amount of files in a folder?

Jump to solution

There is no hard limit however, you may start seeing performance issue on share ui once number of files/folders are more than 1000+ in same folder. On the repo side recommended file/folders should not be more than 3000 in same folder. 

The recommended way to store files/folders is to store them in time-stamped structure. 

So instead of this:

Folder 1
  File1.1
  File 1.2
  ....
  .....
  ...
  File 1.1000
  ...
  ...
  File 1.2000
 

Store the files/folders like this (timestamped structure): 

Folder 1
   2022  <-- Year
     08    <-- Month
       17  <-- Day
         03 <-- Hour
           24 <-- Minute
             File 1.1
    ............

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

View solution in original post

1 Reply
abhinavmishra14
Advanced

Re: Is there still a limit on the amount of files in a folder?

Jump to solution

There is no hard limit however, you may start seeing performance issue on share ui once number of files/folders are more than 1000+ in same folder. On the repo side recommended file/folders should not be more than 3000 in same folder. 

The recommended way to store files/folders is to store them in time-stamped structure. 

So instead of this:

Folder 1
  File1.1
  File 1.2
  ....
  .....
  ...
  File 1.1000
  ...
  ...
  File 1.2000
 

Store the files/folders like this (timestamped structure): 

Folder 1
   2022  <-- Year
     08    <-- Month
       17  <-- Day
         03 <-- Hour
           24 <-- Minute
             File 1.1
    ............

~Abhinav
(ACSCE, AWS SAA, Azure Admin)