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
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
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
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.
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
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
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
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).
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.
I\'m using the following basic function which I copied from the net to read a text file public void read ()