2085
2085
pos, length = value[1:].split(' ')
2086
2086
index_positions.append((index, int(pos), key[0],
2087
2087
tuple(parent[0] for parent in refs[0])))
2090
2090
batch_count = len(index_positions) / 1000 + 1
2092
2092
for offset in xrange(batch_count):
2094
2094
to_query = index_positions[offset * 1000:(offset + 1) * 1000]