Click here to Skip to main content
15,890,609 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: NTFS, win7 and 20 million files Pin
Luc Pattyn9-Sep-11 4:29
sitebuilderLuc Pattyn9-Sep-11 4:29 
AnswerRe: NTFS, win7 and 20 million files Pin
Jörgen Andersson9-Sep-11 5:14
professionalJörgen Andersson9-Sep-11 5:14 
GeneralRe: NTFS, win7 and 20 million files Pin
Michael Pauli11-Sep-11 21:59
Michael Pauli11-Sep-11 21:59 
GeneralRe: NTFS, win7 and 20 million files Pin
Dave Kreskowiak12-Sep-11 2:29
mveDave Kreskowiak12-Sep-11 2:29 
GeneralRe: NTFS, win7 and 20 million files Pin
Jörgen Andersson12-Sep-11 6:23
professionalJörgen Andersson12-Sep-11 6:23 
GeneralRe: NTFS, win7 and 20 million files Pin
jschell12-Sep-11 8:10
jschell12-Sep-11 8:10 
GeneralRe: NTFS, win7 and 20 million files Pin
Dave Kreskowiak12-Sep-11 10:52
mveDave Kreskowiak12-Sep-11 10:52 
GeneralRe: NTFS, win7 and 20 million files Pin
jschell13-Sep-11 11:23
jschell13-Sep-11 11:23 
Dave Kreskowiak wrote:
In order to search 20,000,000 files and have a request return something in your
lifetime, you better have the Indexing service turned on and your app better be
using it.


In order to search the image data of 20 million blobs in a database it is going to take just as long and probably longer.

The only way to avoid that in the database is to extract the meta data from the images and store it somewhere else in the database.

And again one can do exactly the same thing with a file based system.

Dave Kreskowiak wrote:
The size of the NTFS tables on disk grows and grows with the number of files and
folders you stick in the volume. Directory entries take up on space on the
disk.


The size of the database on the disk grows with the number of blobs you stick in it.

So how exactly is that different?

Dave Kreskowiak wrote:
Don't have to. Think about it. The NTFS tables take up memory. The bigger you
make those tables, the more memory that's going to be eaten up and less
available for apps. Of course, what affect this has depends on how much memory
is in the machine.
 


That isn't how any modern file system works.

It doesn't load the entire file system into memory. Matter of fact the database is going to load more into memory than the file system will. Quite a bit more unless you constrain it.

Not that it would matter anyways since it would be using virtual memory.

Dave Kreskowiak wrote:
I meant to say that the server will take longer and longer to boot


That clarifies it for me - I don't believe that. Please provide a reference. Provide a reference that refers to booting the machine.

(Since I was interested I also determined that I have over 500,000 files on my personal development computer. If there was in fact some impact then I would certainly expect that a server class machine with a server class file system would in fact be able to handle more files than a personal dev box.)
GeneralRe: NTFS, win7 and 20 million files Pin
Michael Pauli12-Sep-11 22:15
Michael Pauli12-Sep-11 22:15 
GeneralRe: NTFS, win7 and 20 million files Pin
Jörgen Andersson12-Sep-11 6:49
professionalJörgen Andersson12-Sep-11 6:49 
GeneralRe: NTFS, win7 and 20 million files Pin
Michael Pauli12-Sep-11 22:20
Michael Pauli12-Sep-11 22:20 
GeneralRe: NTFS, win7 and 20 million files Pin
Eddy Vluggen13-Sep-11 12:29
professionalEddy Vluggen13-Sep-11 12:29 
AnswerRe: NTFS, win7 and 20 million files Pin
jschell9-Sep-11 7:35
jschell9-Sep-11 7:35 
AnswerRe: NTFS, win7 and 20 million files Pin
puromtec122-Sep-11 6:48
puromtec122-Sep-11 6:48 
Questionthree monitors on laptop Pin
No-e3-Sep-11 12:01
No-e3-Sep-11 12:01 
AnswerRe: three monitors on laptop Pin
Jörgen Andersson4-Sep-11 5:53
professionalJörgen Andersson4-Sep-11 5:53 
AnswerRe: three monitors on laptop Pin
Philippe Mori10-Sep-11 16:06
Philippe Mori10-Sep-11 16:06 
Questionthree monitors on laptop Pin
No-e3-Sep-11 11:58
No-e3-Sep-11 11:58 
Questionhardware question ... graphic card (continued from lounge post) Pin
Maximilien16-Aug-11 15:59
Maximilien16-Aug-11 15:59 
AnswerRe: hardware question ... graphic card (continued from lounge post) Pin
Peter_in_278016-Aug-11 16:29
professionalPeter_in_278016-Aug-11 16:29 
GeneralRe: hardware question ... graphic card (continued from lounge post) Pin
Maximilien17-Aug-11 2:58
Maximilien17-Aug-11 2:58 
GeneralRe: hardware question ... graphic card (continued from lounge post) Pin
Dan Neely17-Aug-11 4:07
Dan Neely17-Aug-11 4:07 
AnswerRe: hardware question ... graphic card (continued from lounge post) Pin
Vincent Blais17-Aug-11 3:06
professionalVincent Blais17-Aug-11 3:06 
GeneralRe: hardware question ... graphic card (continued from lounge post) Pin
Maximilien17-Aug-11 3:13
Maximilien17-Aug-11 3:13 
AnswerRe: hardware question ... graphic card (addendum) Pin
Maximilien17-Aug-11 7:38
Maximilien17-Aug-11 7:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.