Re: [web2py] Re: storing more than 1 millions uploaded files

2015-03-09 Thread Yang
Dear All, I am facing the same problem for storing a large number of data files. My database backend is PostgreSQL. And I am using the default fs with separated folder selected. I would like to know if there is other choices of file system recommended for my case, besides buying Amazon S3 servi

Re: [web2py] Re: storing more than 1 millions uploaded files

2012-05-13 Thread Massimo Di Pierro
Can you post some examples. I could use this myself but I never got a chance tot try it. On Saturday, 12 May 2012 13:58:01 UTC-5, Nils Olofsson wrote: > > Amazon's S3 is ideal for this, I use it I mount s3 using fuse interface. > Works pretty well for me. > Nils > On May 12, 2012 7:53 PM, "Sebast

Re: [web2py] Re: storing more than 1 millions uploaded files

2012-05-12 Thread nils
Amazon's S3 is ideal for this, I use it I mount s3 using fuse interface. Works pretty well for me. Nils On May 12, 2012 7:53 PM, "Sebastian E. Ovide" wrote: > just wondering... (I know that it is not a normal application)... where > would you store a couple of millions pictures of less than 60K e

Re: [web2py] Re: storing more than 1 millions uploaded files

2012-05-12 Thread Sebastian E. Ovide
just wondering... (I know that it is not a normal application)... where would you store a couple of millions pictures of less than 60K each ? On Sat, May 12, 2012 at 2:04 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Oops. Sorry. I read it in a hurry. > > I would not use the file

[web2py] Re: storing more than 1 millions uploaded files

2012-05-11 Thread Massimo Di Pierro
Oops. Sorry. I read it in a hurry. I would not use the file system for something like this. Anyway, upload separate creates up to 1296 subfolder per table.field. This number can be increased. On Friday, 11 May 2012 18:33:22 UTC-5, Anthony wrote: > > On Friday, May 11, 2012 7:25:21 PM UTC-4, Mas

[web2py] Re: storing more than 1 millions uploaded files

2012-05-11 Thread Anthony
On Friday, May 11, 2012 7:25:21 PM UTC-4, Massimo Di Pierro wrote: > > yes. > > Field('name','upload',uploadseparate=True) > He's aware of that but seems to think that one level of sub-folders won't be enough (he's expecting millions of files, so still more than 1000 files per sub-folder, even w

[web2py] Re: storing more than 1 millions uploaded files

2012-05-11 Thread Massimo Di Pierro
yes. Field('name','upload',uploadseparate=True) Mind that you have to use this from the beginning when there is nothing in uploads, else you will not be able to download previously uploaded files. On Friday, 11 May 2012 17:19:07 UTC-5, sebastian wrote: > > Hi All, > > I need to sore a lot of fi