Skip to content

0.6.16

Compare
Choose a tag to compare
@berickson1 berickson1 released this 14 Sep 21:56

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.