RE: maximum file number

2000-10-02 Thread Frodo Baggins
Anderson, TimTL33E scripsit: > > >I will manage about 100,000,000 files in near future. > >How many files does one directory has? > > > >I am afraid of the performance, > > Do you really need to store Files as such? What kind of data are >you keeping? Maybe you

RE: maximum file number

2000-10-02 Thread Anderson, Tim TL33E
>I will manage about 100,000,000 files in near future. >How many files does one directory has? > >I am afraid of the performance, Do you really need to store Files as such? What kind of data are you keeping? Maybe you could use a good database server ins

Re: maximum file number

2000-10-02 Thread Chris Gray
On Mon, Oct 02, 2000 at 07:02:22PM +0100, Colin Watson wrote: > "=?iso-2022-jp?B?GyRCMDJFRDluSH4bKEI=?=" <[EMAIL PROTECTED]> wrote: > >I will manage about 100,000,000 files in near future. > >How many files does one directory has? > > > >I am afraid of the performance, > > You should be. The ext2

Re: maximum file number

2000-10-02 Thread Colin Watson
"=?iso-2022-jp?B?GyRCMDJFRDluSH4bKEI=?=" <[EMAIL PROTECTED]> wrote: >I will manage about 100,000,000 files in near future. >How many files does one directory has? > >I am afraid of the performance, You should be. The ext2 filesystem searches directories linearly, so performance on a directory cont

maximum file number

2000-10-02 Thread 芦田克美
Hi,all I will manage about 100,000,000 files in near future. How many files does one directory has? I am afraid of the performance,and please teach me good idea for the problem. Katsumi.