Project

General

Profile

« Previous | Next » 

Revision 3143

db_xml.py: partition_size: Set to sys.maxint to disable partitioning. The last bugfix, which avoided returning a large result set to the client which was never read, seems to have fixed the disk space leak, so it's worth reattempting a full simultaneous import.

View differences:

db_xml.py
130 130
    def __str__(self): return self.name
131 131

  
132 132
# Controls when and how put_table() will partition the input table
133
partition_size = 200000 # rows
133
import sys
134
partition_size = sys.maxint # rows
134 135

  
135 136
input_col_prefix = '$'
136 137

  

Also available in: Unified diff