-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run all index mutation queries as adhoc (#104)
Motivation ------------ There seems to be a bug around index resizing and prepared queries, https://issues.couchbase.com/browse/MB-53264, this prevents that issue and possibly other unexpected issues. It should also be slightly more performant by avoiding an unused prepare, since every query is different. Modifications --------------- - Send all index mutations with adhoc of true. - Update to Server 7.1.1 for local testing
- Loading branch information
1 parent
f8aea7f
commit 33993a4
Showing
2 changed files
with
13 additions
and
12 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