On Thu, April 5, 2007 2:38 am, ³Â·½ÈÙ wrote: > Dear all, > If I want to open one 1G bytes size file,it's really slow. > Thank you in advance.
Just out of curiosity, why are you trying to edit a 1 GB file with any text editor? I'm assuming that these files are flat file databases. If that's true, then why don't you just read and write to them using some sort of ODBC driver + database front end? That will give you far superior performance to a text editor. If you can't edit the file like it's a database, then I would seriously think about creating some sort of Perl or shell script to handle reading and writing. HTH! Tom Purl