BlockDB fails with really large queries (several blocks, large tables etc.) without using merge keys, and throws SQL primary key error when ran with primary keys.
Figured out issue with primary merge keys: you have to make sure to delete the blocking destinatino table before retrying blocking. Large queries can be solved with lowering the chunksize.
BlockDB
fails with really large queries (several blocks, large tables etc.) without using merge keys, and throws SQL primary key error when ran with primary keys.