8000 Improve use of single shard restriction by dhly-etc · Pull Request #6182 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Improve use of single shard restriction #6182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 41 commits into from
Sep 14, 2018
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
c61cc5d
Allow restriction on IndexNode from subsequent filter.
Aug 14, 2018
67567d0
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Aug 14, 2018
c42ff2f
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Aug 15, 2018
fe3aec7
Fix shard restriction in filter node with index.
Aug 15, 2018
96fe6ef
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Aug 15, 2018
9dec440
Support single shard restriction from filters without index.
Aug 16, 2018
b3157ef
Adjust tests.
Aug 16, 2018
7be848f
Make a few minor changes to address review comments.
Aug 16, 2018
e2c496c
Small adjustments.
Aug 24, 2018
8c07098
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Aug 24, 2018
65435d8
Partial fix.
Aug 27, 2018
fed38d8
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Aug 28, 2018
3695392
Fixed some modification issues and added more index tests.
Aug 29, 2018
d0296ea
Add multi-collection tests and fixes.
Aug 29, 2018
2d4cef9
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Aug 29, 2018
880cb8c
Revert some unnecessary changes.
Aug 29, 2018
bef5f24
Fix compile issues.
Aug 30, 2018
e988f85
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Aug 30, 2018
ec4f3fd
Fix jslint issue.
Aug 30, 2018
3f33e3a
Fixed an issue with modification nodes and indexes.
Aug 30, 2018
2772a1e
Fix jslint error.
Aug 31, 2018
ab53014
clean up AQL modify operations
jsteemann Sep 4, 2018
653b31c
implement changes for UpsertBlock too
jsteemann Sep 5, 2018
f7f147b
Merge branch 'devel' into bug-fix/aql-modify-cleanup
Sep 5, 2018
76094da
Merge branch 'devel' of https://github.com/arangodb/arangodb into bug…
jsteemann Sep 5, 2018
92d99a4
fix a segfault
jsteemann Sep 5, 2018
d2aac45
Merge branch 'bug-fix/aql-modify-cleanup' of https://github.com/arang…
jsteemann Sep 5, 2018
f5bd64f
clean up modification blocks
jsteemann Sep 9, 2018
61f4ede
Merge branch 'devel' of https://github.com/arangodb/arangodb into bug…
jsteemann Sep 9, 2018
0f2467f
slight test code cleanup
jsteemann Sep 9, 2018
3ff4b65
fix yet another crash
jsteemann Sep 9, 2018
80964bb
avoid creation of temporary strings
jsteemann Sep 9, 2018
0cf2a04
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Sep 10, 2018
4152620
Merge branch 'bug-fix/aql-modify-cleanup' into feature/improve-use-of…
Sep 10, 2018
bb0096f
Enable more tests.
Sep 11, 2018
569aec9
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Sep 11, 2018
f4d11cb
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Sep 11, 2018
3f270b1
Adjust some final tests.
Sep 12, 2018
c2686f7
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Sep 12, 2018
f218473
Merge branch 'devel' into feature/improve-use-of-single-shard-restric…
Sep 13, 2018
16c8510
Simplified long-running tests.
Sep 13, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix jslint issue.
  • Loading branch information
Dan Larkin-York committed Aug 30, 2018
commit ec4f3fd77bf902b6df5cf1638e82633c4fe141c4
2 changes: 1 addition & 1 deletion tests/js/server/tests/aql/aql-shardids-cluster.js
< 4038 /tr>
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ function ahuacatlShardIdsOptimizationTestSuite() {
}
},

testInnerOuterSame7 : function () {
testInnerOuterSameIndex7 : function () {
dropIndexes(collectionByKey);
collectionByKey.ensureHashIndex(shardKey);

Expand Down
0