Hello,
I purchase tax parcel information organized and delivered by U.S. state in ESRI GeoDatabase format (gdb). Each state file is about 6GB.
I convert the files into .yxdb format as my first step. I understand these files contain every parcel in each state (100,000s), but they each take 24-36 hours to load making the process unwieldy. I update these files every quarter and the process to update 15 or so states takes weeks. The waiting is ruining my timeline for getting work done. Since I am using Batch Macros, I can never tell if the machine is hung up, moving abnormally slow, or simply crunching away as expected.
Questions:
Is there a better way to import/convert GDB to be used by Alteryx? Reading the old discussions, it seems like the integration of the GDB format may have been a workaround to satisfy those asking for the functionality.
Should I be running the loading procedure in parallel and not in series with the Batch Macro? Is the bottleneck not related to machine resources? Is there a better way to see work progress than looking at the macro completion % (stays at 50%)?
My machine has a Xeon Processor with 10 real/20 virtual cores, 128 GB of RAM, and uses SSD drives.
Thanks for the help!