Revision 3145
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/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 |
import sys |
|
134 |
partition_size = sys.maxint # rows |
|
133 |
partition_size = 500000 # rows |
|
135 | 134 |
|
136 | 135 |
input_col_prefix = '$' |
137 | 136 |
|
Also available in: Unified diff
db_xml.py: partition_size: Turning partitioning back on (with a larger limit), since the largest datasources' temp tables are still too big