Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Releases: microsoft/NoSQLProvider

0.6.22

Choose a tag to compare

@berickson1 berickson1 released this 15 Oct 23:10
a645dc7
Fix a misplaced paren from previous PR (#68)

* Fix a misplaced paren from previous PR
* Add a test to prevent regressions

0.6.21

Choose a tag to compare

@berickson1 berickson1 released this 15 Oct 03:02
  • 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

Choose a tag to compare

@berickson1 berickson1 released this 08 Oct 19:07
da5a95a
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

Choose a tag to compare

@berickson1 berickson1 released this 27 Sep 21:05
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

Choose a tag to compare

@berickson1 berickson1 released this 20 Sep 19:40
Fix adding and removing index in the same upgrade (#60)

* Fix adding and removing index in the same upgrade

0.6.16

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.

0.6.14

Choose a tag to compare

@berickson1 berickson1 released this 20 Jul 15:43
Bump package.json for release

0.1.2

0.1.2 Pre-release
Pre-release

Choose a tag to compare

@berickson1 berickson1 released this 11 Jan 22:06
Bump version for release