February 4th, 2000, 06:22 AM
Hi,
I have to create really big database using Visual Basic. The DB should contain about 2 million records - aproximatelly 10 million entries. If any one has any experiance with such a big db, please give me any useful advise how to divide db, how to access it... There are two ways of db design.
1) one big recordset containing about two million records
2)600 tables, each containing 2700 records.
Which is better?
The way of accessing db:
when created according to 2) - all tables must be searched.
Project background:
Ocean temperatures for last fifty years are to be converted from an ASCII file to Access db. Temperatures were measured every month on 2700 places around the globe.
Also I am interested in every information concerning loading data from BIG ascii files. I work in VB 6.0, and the file size is from 50MB to 90 MB.
Thanks in advance
Thomas Kliegr
kalten@post.cz
I have to create really big database using Visual Basic. The DB should contain about 2 million records - aproximatelly 10 million entries. If any one has any experiance with such a big db, please give me any useful advise how to divide db, how to access it... There are two ways of db design.
1) one big recordset containing about two million records
2)600 tables, each containing 2700 records.
Which is better?
The way of accessing db:
when created according to 2) - all tables must be searched.
Project background:
Ocean temperatures for last fifty years are to be converted from an ASCII file to Access db. Temperatures were measured every month on 2700 places around the globe.
Also I am interested in every information concerning loading data from BIG ascii files. I work in VB 6.0, and the file size is from 50MB to 90 MB.
Thanks in advance
Thomas Kliegr
kalten@post.cz