Project

General

Profile

« Previous | Next » 

Revision 3115

db_xml.py: partition_size: Set to just more than the size of the largest data source that was successfully imported in 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 = 1e100 # rows; initially never partition
133
partition_size = 2e5 # rows
134 134

  
135 135
input_col_prefix = '$'
136 136

  

Also available in: Unified diff