Re: Accessing huge data files



On 8 Sep 2005 13:36:04 -0700, "mike" <sundar2011@xxxxxxxxx> wrote or
quoted :

>Please provide a link of tutorial or please provide me the steps
>involved in this.

There is nothing different about accessing a large file, other than
you had better not do it sequentially.

Very large files are often best turned into SQL databases so that you
can do backups without shutdown, handle multiple updates at once,
cache, find things efficiently etc.

See http://mindprod.com/jgloss/sql.html

That gives you two more things to learn: JDBC and your chosen SQL
engine.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.