The goal I am trying to get to is to make an importer that will use batching so that importing will be a lot faster. Since a lot of research I do requires database usage, I currently use SQL but I really want to get to a point of importing all the information I have into gramps and using it just one of the databases I maintain has about 200,000,000 people in it. However, the biggest limiter for me is the speed and time it would take to transition this data. I done a test just on a gedcom import of roughly 2,000,0000 people and it took about 4 days. However, when I transitioned the data to an XML file, converting it straight over from gedcom and importing the XML file it took 7 hours. I feel that we can def get this to a better spot.