0.6.16
Optimizations to the database migration paths
Allow creation of new index without backfilling data - this allows us to skip the re-processing step on upgrade
Allow for batched DB migration - This can help to prevent OOM exceptions when there is a large volume of data being pulled out of the DB
Speed up upgrade when removing an index - Skip data reprocessing step, just drop the index table/column.