file-storage Questions

4

A common technique for storing a lot of files/blobs in a filesystem is to use a hash function to determine the filepath; eg hash(identifier) -> "o238455789" -> o23/8455/789 (there is often a hash-c...
Sac asked 4/12, 2008 at 8:36

2

Solved

I have developed a Java EE web application. This application allows a user to upload a file with the help of a browser. Once the user has uploaded his file, this application first stores the upload...
Throng asked 18/4, 2010 at 17:35

3

Solved

I need to store about 600,000 images on a web server that uses NTFS. Am I better off storing images in 20,000-image chunks in subfolders? (Windows Server 2008) I'm concerned about incurring operat...
Kwiatkowski asked 12/4, 2010 at 21:21

2

Solved

I'm working on a web application right now using Rails and wanted to see if anyone knew of a good way to keep track of file storage limits? We want to give users a specific amount of room that they...
Reannareap asked 10/11, 2009 at 4:34

© 2022 - 2024 — McMap. All rights reserved.