Skip to content

Releases: microsoft/NoSQLProvider

0.6.22

15 Oct 23:10
a645dc7
Compare
Choose a tag to compare
Fix a misplaced paren from previous PR (#68)

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

0.6.21

15 Oct 03:02
Compare
Choose a tag to compare
  • 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

08 Oct 19:07
da5a95a
Compare
Choose a tag to compare
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

27 Sep 21:05
Compare
Choose a tag to compare
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

20 Sep 19:40
Compare
Choose a tag to compare
Fix adding and removing index in the same upgrade (#60)

* Fix adding and removing index in the same upgrade

0.6.16

14 Sep 21:56
Compare
Choose a tag to compare

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

20 Jul 15:43
Compare
Choose a tag to compare
Bump package.json for release

0.1.2

11 Jan 22:06
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
Bump version for release