-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't read posting lists from disk when mutating indices. (#3695)
Adding index mutations can be performed without reading the posting lists in disk. This change modifies the indexing process to avoid reading any list from disk. It should result in performance improvements, specially when trying to modify big index posting lists.
- v24.0.6-alpha3
- v24.0.6-alpha2
- v24.0.6-alpha1
- v24.0.5
- v24.0.4
- v24.0.2
- v24.0.2-rc1
- v24.0.1
- v24.0.0
- v24.0.0-rc1
- v24.0.0-alpha3
- v24.0.0-alpha2
- v24.0.0-alpha
- v23.1.1
- v23.1.0
- v23.1.0-rc2
- v23.1.0-rc1
- v23.0.1
- v23.0.0
- v23.0.0-rc1
- v23.0.0-beta1
- v22.0.2
- v22.0.1
- v22.0.0
- v22.0.0-RC1-20221003
- v22-schema-upload-fix
- v21.12.0
- v21.09.0-rc2
- v21.09.0-rc1
- v21.03.2
- v21.03.1
- v21.03.0
- v21.03.0-99-g4a03c144a-slash
- v21.03.0-98-g19f71a78a-slash
- v21.03.0-92-g0c9f60156
- v20.11.3
- v20.11.3-rc1
- v20.11.2
- v20.11.2-rc1
- v20.11.1
- v20.11.1-rc2
- v20.11.1-rc1
- v20.11.0
- v20.11.0-rc5
- v20.11.0-rc4
- v20.11.0-rc3
- v20.11.0-rc2
- v20.11.0-rc1
- v20.07.3
- v20.07.3-rc1
- v20.07.2
- v20.07.2-rc1
- v20.07.1
- v20.07.1-rc1
- v20.07.0
- v20.07.0-rc1
- v20.07.0-beta.Jun22
- v20.07.0-beta.Jun15
- v20.07-slash-20200810
- v20.03.7
- v20.03.7-rc1
- v20.03.6
- v20.03.6-rc1
- v20.03.5
- v20.03.5-rc1
- v20.03.4
- v20.03.4-rc2
- v20.03.4-rc1
- v20.03.3
- v20.03.3-rc1
- v20.03.2
- v20.03.1
- v20.03.0
- v20.03.0-beta.20200320
- v2.0.0-rc1
- v2.0.0-beta1
- v1.2.8
- v1.2.8-rc1
- v1.2.7
- v1.2.7-rc1
- v1.2.6
- v1.2.6-rc2
- v1.2.6-rc1
- v1.2.5
- v1.2.5-rc1
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.2.0-rc1
- v1.1.1
- v1.1.1-rc2
- v1.1.1-rc1
- v1.1.0
- v1.1.0-rc3
- v1.1.0-rc2
- v1.1.0-rc1
- release/v20.11-rc1
- help
Showing
2 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters