Large files support - greater than 1GB etc

This forum is user-to-user based and not regularly monitored by IDM.
Please see the note at the top of this page on how to contact IDM.

Large files support - greater than 1GB etc

Postby oratek » Thu Apr 20, 2006 11:06 pm

Can UltraEdit be configured to only load part of a file into a buffer. I am an Oracle DBA, and frequently have very large trace or logfiles to look at - from 100s of MB up to a few GB. Trying to load the whole file into memory is not going to work.

Can UltraEdit do a partial file load to scan through the file?
User avatar
oratek
Newbie
 
Posts: 1
Joined: Wed Apr 19, 2006 11:00 pm

Re: Large files support - greater than 1GB etc

Postby Acid » Fri Apr 21, 2006 8:55 am

To speed up work on big files:

1. Disable backuping (Advanced > File Handling > Backup)
2. Change settings for editing files (Advanced > File Handling > Temporary Files)

I bet there are a few more options you will be able to tweak. But it seems to me these are the 2 main things.
User avatar
Acid
Basic User
Basic User
 
Posts: 21
Joined: Thu Jan 26, 2006 12:00 am

Re: Large files support - greater than 1GB etc

Postby ccleve » Tue Jul 25, 2006 7:22 pm

UltraEdit 12.10a locks up (or probably just gets super slow) when opening really large XML files.

I can open large files. Configuration/File Handling/Temporary Files allows you to turn temp files off when the file is large and it works fine for plain text files.

When the file is XML, though, it doesn't seem to work. My guess is that UltraEdit is trying to do some kind of fancy formatting. I turned off code folding and this did not help. Renaming the file extension to something other than .xml did not help either.

How can I get UltraEdit to treat xml just like any other file?
User avatar
ccleve
Newbie
 
Posts: 1
Joined: Wed Dec 28, 2005 12:00 am

Re: Large files support - greater than 1GB etc

Postby Mofi » Wed Jul 26, 2006 6:43 am

I guess, your XML files are encoded in UTF-8. You can see that at the status bar of UltraEdit. UTF-8 files must be temporarily converted to UTF-16 LE (Unicode little endian) for editing. This could cause the long delay. If your XML files do not contain characters encoded in UTF-8 (2 byte characters), you should convert it to ASCII and adapt the encoding information at top of the XML file.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4055
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: Large files support - greater than 1GB etc

Postby schwenkbl » Tue Apr 24, 2007 7:22 pm

You will want to read the Power Tip "Large File Handling" here:

Large File Handling Power Tip
User avatar
schwenkbl
Site Admin
Site Admin
 
Posts: 13
Joined: Thu Sep 21, 2006 11:00 pm


Return to UltraEdit General Discussion