Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90950
| Date | 2015-05-20 17:14 +0530 |
|---|---|
| Subject | Best approach to create humongous amount of files |
| From | Parul Mogra <scoria.799@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.166.1432123945.17265.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Hello everyone, My objective is to create large amount of data files (say a million *.json files), using a pre-existing template file (*.json). Each file would have a unique name, possibly by incorporating time stamp information. The files have to be generated in a folder specified. What is the best strategy to achieve this task, so that the files will be generated in the shortest possible time? Say within an hour. Thanks
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Best approach to create humongous amount of files Parul Mogra <scoria.799@gmail.com> - 2015-05-20 17:14 +0530
Re: Best approach to create humongous amount of files Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-20 18:08 +0000
Re: Best approach to create humongous amount of files "Mario R. Osorio" <nimbiotics@gmail.com> - 2015-05-21 08:54 -0700
Re: Best approach to create humongous amount of files Peter Otten <__peter__@web.de> - 2015-05-21 18:28 +0200
csiph-web