Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:data_management:storage_areas [2023/04/11 14:44] – [/local] admin | habrok:data_management:storage_areas [2025/05/20 14:09] (current) – [/scratch] Add link to Many File Jobs page pedro | ||
---|---|---|---|
Line 15: | Line 15: | ||
===== /scratch ===== | ===== /scratch ===== | ||
- | Each user of the system also has a directory in ''/ | + | Each user of the system also has a directory in ''/ |
Also on ''/ | Also on ''/ | ||
Line 23: | Line 23: | ||
There is also a limit on the number of files that can be stored. This to reduce the load on the file system metadata server, which keeps track of the data about files (time of access, change, size, location, etc.). Handling a huge number of files is a challenge for most shared file systems and accessing a huge amount of files will lead to performance bottlenecks. | There is also a limit on the number of files that can be stored. This to reduce the load on the file system metadata server, which keeps track of the data about files (time of access, change, size, location, etc.). Handling a huge number of files is a challenge for most shared file systems and accessing a huge amount of files will lead to performance bottlenecks. | ||
- | The best way of handling data sets with many (> 10,000) files is to not store them on /scratch as is, but as (compressed) archive files. These files can then be extracted to the fast local storage on the compute nodes at the beginning of a job. | + | The best way of handling data sets with many (> 10,000) files is to not store them on /scratch as is, but as (compressed) archive files. These files can then be extracted to the fast local storage on the compute nodes at the beginning of a job. You can find more details and examples in our dedicated [[habrok: |
When the processing is performed on the fast local storage the job performance will be much better. | When the processing is performed on the fast local storage the job performance will be much better. | ||
Line 61: | Line 61: | ||
===== /projects ===== | ===== /projects ===== | ||
- | On the login nodes each user will have storage space in ''/ | + | On the login/ |
By default 250GB is allocated. This space can be increase upon request, based on a "fair use" principle. Above a certain threshold payment for the space will be required. | By default 250GB is allocated. This space can be increase upon request, based on a "fair use" principle. Above a certain threshold payment for the space will be required. |