Re: Accessing huge data files
- From: Roedy Green <look-on@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 08 Sep 2005 21:24:53 GMT
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.
.
- References:
- Accessing huge data files
- From: mike
- Accessing huge data files
- Prev by Date: Accessing huge data files
- Next by Date: Re: JDBC vs Hibernate
- Previous by thread: Accessing huge data files
- Index(es):