26GB text file
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
Ok.. notepad is out of the question. Regards, Brian Dela :-)
-
>tail hugefile.txt
Shog9
Let your mercy spill / On all these burning hearts in hell If it be your will / To make us well...
UNIX tools use longs for file positioning and don't support files > 4GB.
// Quantum sort algorithm implementation
while (!sorted)
; -
:eek: Now that will be a loooooooooooooooooooong read :laugh: Rado
I really want to only look at the end. It is an error log and I can see that there are a few database errors. The thing is that the system is working as expected... John
-
:omg: David
That was my reaction when I found out that the log file was eating up the entire system partition. I'm glad I did not put it on the data partition it would have another 100GB to go... John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
edlin in a "DOS" box!
If I have seen further it is by standing on the shoulders of Giants. - Isaac Newton 1676
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
Import it via DTS/BCP/SQL*Loader (each line is a record), create a full text search index, and run SQL queries to find the info you need. And next time, create more manageable log files :)
// Quantum sort algorithm implementation
while (!sorted)
; -
Import it via DTS/BCP/SQL*Loader (each line is a record), create a full text search index, and run SQL queries to find the info you need. And next time, create more manageable log files :)
// Quantum sort algorithm implementation
while (!sorted)
;Daniel Turini wrote: And next time, create more manageable log files I'll be working on the fix for that ASAP... John
-
Import it via DTS/BCP/SQL*Loader (each line is a record), create a full text search index, and run SQL queries to find the info you need. And next time, create more manageable log files :)
// Quantum sort algorithm implementation
while (!sorted)
;How long do you think such an import would take? :rolleyes: :-D -- Gnnnnmmmpppppppfffffhhh!
-
UNIX tools use longs for file positioning and don't support files > 4GB.
// Quantum sort algorithm implementation
while (!sorted)
;Depends on what UNIX. Most modern ones have been upgraded to use 64 bit positions. Of course, YMMV with SCO.. :) -- Gnnnnmmmpppppppfffffhhh!
-
How long do you think such an import would take? :rolleyes: :-D -- Gnnnnmmmpppppppfffffhhh!
:omg: It took me forever (> 30 minutes) just to copy the file to a RAID 0 array... John
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
del How useful could it be anyways? :)
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
-
del How useful could it be anyways? :)
I just wanted to see what recent operation was causing the log to balloon out of control.. John
-
How long do you think such an import would take? :rolleyes: :-D -- Gnnnnmmmpppppppfffffhhh!
Jörgen Sigvardsson wrote: How long do you think such an import would take? I've done such imports on about an hour. Indexing will take another one. Querying will be instantaneous. Now, try two or three 26GB searches with a text editor. :-D Talking about large data, DBMS is still one of the best tools.
// Quantum sort algorithm implementation
while (!sorted)
; -
Jörgen Sigvardsson wrote: How long do you think such an import would take? I've done such imports on about an hour. Indexing will take another one. Querying will be instantaneous. Now, try two or three 26GB searches with a text editor. :-D Talking about large data, DBMS is still one of the best tools.
// Quantum sort algorithm implementation
while (!sorted)
;Thanks for the idea. I've never thought about using a database this way before. :) -- Gnnnnmmmpppppppfffffhhh!
-
You'll probably be better off writing your own program to read the last few lines and write in in another file.. Visual Studio just gives up if the file is too big... --------------------------------------------------
I just found that out. Here is the error message: An unknown error has occurred while accessing an unnamed file. John
-
well actually total commander internal lister (F3). The only possible solutions, as far as reading only goes. The advantage is that it takes virtually no resources and 0 loading time or that stuff it streames dynamically, so size is just limited by your HD and OS but not by this app.
I totally agree. Fastest viewer by far :) leppie::AllocCPArticle(Generic DFA State Machine for .NET);
-
I have a 26GB logfile that was produced by my program. What is the best free text editor to read such a file?? John
Right click it and choose print, then bring out your favourite coloured marker...
David Wulff
Not all teenagers smoke and drink. I gave up smoking years ago.