large-files
Random access gzip stream
I\'d like to be able to do random access into a gzipped file. I can afford to do some preprocessing on it (say, build some kind of index), provided that the result of the preprocessing is much smaller[详细]
2022-12-24 02:42 分类:问答Compressing large text data before storing into db?
I have application which retrieves many large log files from a system LAN. Currently I put all log files on Postgresql, the table has a column type TEXT and I don\'t plan any search on this text colu[详细]
2022-12-23 16:05 分类:问答Upload 1GB files using chunking in PHP
I have a web application that accepts file uploads of up to 4 MB. The server side script is PHP and web server is NGINX开发者_JAVA百科. Many users have requested to increase this limit drastically to[详细]
2022-12-23 13:11 分类:问答Editing a 9gb .sql file
I\'ve got a \"slightly\" large sql script saved as a textfile. It totals in at 8.92gb, so it\'s a bit of a beast.[详细]
2022-12-22 22:13 分类:问答Tools for viewing logs of unlimited size
It\'s no secret that application logs can go well beyond the limits of naive log viewers, and the desired viewer functionality (say, filtering the log based on a condition, or highlighting particular[详细]
2022-12-22 04:29 分类:问答AS3 Working With Arbitrarily Large Files
I am trying to read a very large file in AS3 and am having problems with the runtime just crashing on me.I\'m currently using a FileStream to open the file asynchronously.This does not work(crashes wi[详细]
2022-12-20 21:21 分类:问答Using cURL to download large XML files
I\'m working with PHP and need to parse a number of fairly large XML files (50-75MB uncompressed). The issue, however, is that these XML files are stored remotely and will need to be downloaded before[详细]
2022-12-20 15:03 分类:问答XML: Process large data
What XML-parser do you recommend for the following purpose: The XML-file (formatted, containing whitespaces) is around 800 MB. It mostly contains three types of tag (let\'s call them n, w and r).[详细]
2022-12-20 15:03 分类:问答How to read large xml file without loading it in memory and using XElement
I want to read a large xml file (100+M). Due to its size, I do not want to load it in memory using XElement. I am using开发者_高级运维 linq-xml queries to parse and read it.[详细]
2022-12-20 11:32 分类:问答How to make Java read very big files using Scanner?
I\'m using the following basic function which I copied from the net to read a text file public void read ()[详细]
2022-12-20 07:29 分类:问答