by kydechuk01 » Tue Jan 31, 2012 9:45 am
As you have 16Gb ram - you can use RAMdisk software to create 12-13Gb ramdrive, create new base, check it's name by Pgadmin, stop SQL, move this base folder on this drive, go to the SQL\base folder run command:
mklink /J 43127 B:\PostgreSQL\base\43127 (this is for example)
run SQL service again, start PT and import hands in that base until you have reach the base size to the ramdisk limit.
RAMdisk will speed up your import rate dramatically
Before import I suggest you to export all hands manually to reduce load of SQL service by export procedures (put all perfomance to the import). But maybe it have no sense - I not tested this.