The Stigenator
Lifer
I have a few large access database files, something in the range of 84gb (each db is limited to 2gb, so everytime it fills up we start a new db).
Current record is 150+ million records. I need to import them into MYSQL so we can run queries and what not. I am having trouble bringing in such a large dataset.
To expand on this, we currently have over 80 access db files (at least 1 for each US state) that will need to be merged into one master database. I want speed searching (MyISM) and I want data reliability. We will be doing full text searches for most columns.
Any suggestions on front end help? One option was to make everything into CSV and import it that way.
The DB schema is same for all database files.
Once I import them in, is there a way to have use access to query the db or should I use something else. I dont want to use phpmyadmin for this portion. Any suggestions, will OpenTalend work?
Current record is 150+ million records. I need to import them into MYSQL so we can run queries and what not. I am having trouble bringing in such a large dataset.
To expand on this, we currently have over 80 access db files (at least 1 for each US state) that will need to be merged into one master database. I want speed searching (MyISM) and I want data reliability. We will be doing full text searches for most columns.
Any suggestions on front end help? One option was to make everything into CSV and import it that way.
The DB schema is same for all database files.
Once I import them in, is there a way to have use access to query the db or should I use something else. I dont want to use phpmyadmin for this portion. Any suggestions, will OpenTalend work?
Last edited: