Releases: microsoft/NoSQLProvider
Releases · microsoft/NoSQLProvider
0.6.22
0.6.21
- Add a flag to NoSqlProvider to skip odering results. This can make the sqlite provider faster on large datasets
Keep backwards compatibility with the existing boolean
0.6.20
Optimize multi-index and FTS index insert/update on SQL Providers (#64) * Optimize multi-index and FTS index on sqlite We can do the insert and deletes of multi-key indexes in one pass instead of executing multiple queries * Bump package.json version
0.6.19
Properly drop old indices on migration (#62) * Properly drop old indices on migration and add an indexFixer if we got into a bad state * Bump version
0.6.17
Fix adding and removing index in the same upgrade (#60) * Fix adding and removing index in the same upgrade
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.
0.6.14
Bump package.json for release
0.1.2
Bump version for release