HERE batch support

This commit is contained in:
Juan Ignacio Sánchez Lara
2018-07-02 18:35:36 +02:00
parent fc610313bf
commit e416a8a641
9 changed files with 181 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ DECLARE
cartodb_id_batch integer;
batches_n integer;
DEFAULT_BATCH_SIZE CONSTANT numeric := 100;
MAX_BATCH_SIZE CONSTANT numeric := 1000;
MAX_BATCH_SIZE CONSTANT numeric := 10000;
current_row_count integer ;
temp_table_name text;