Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
e8fd4cc17ebabf0b5391f3225ba0d255fdb4378a
/
asterix-app
/
src
/
test
/
resources
/
optimizerts
/
queries
e8fd4cc
New test cases for the new replicate operator
by icetindil
· 10 years ago
d5f0fc5
1. Add an asterix-specific IntroduceGroupByCombinerRule to deal with null-test in the nested plan in a group-by operator
by Yingyi Bu
· 10 years ago
be353dd
fixed issue 731, 740, and more.
by Young-Seok
· 10 years ago
e63cd81
Merge branch 'master' of https://code.google.com/p/asterixdb into icetindil/issue_765
by icetindil
· 11 years ago
a6f5aad
fix for issue 765: stacking multiple index access methods
by icetindil
· 11 years ago
9ae8d0a
optimization for disjunctive selection predicates
by Till Westmann
· 11 years ago
9d0004a
edit-distance-contains function implementation
by icetindil
· 11 years ago
2245d36
addressed code review comments, retracted the rule that converts existential query to distinct by
by icetindil
· 11 years ago
a62f752
fix for issue 731, needs optimization on existential queries
by icetindil
· 11 years ago
8937e6e
fixing issue #352
by icetindil
· 11 years ago
75a24e4
Added another test case to cover the composite keys.
by salsubaiee
· 11 years ago
df89fbc
Moved the skip secondary index search hint closer to the predicates.
by salsubaiee
· 11 years ago
bb16791
Added a hint to AQL to exclude secondary indexes from the query plan.
by salsubaiee
· 11 years ago
0e19648
Changed create-polygon to accept a list of doubles.
by salsubaiee
· 11 years ago
695f919
fix issue 558
by buyingyi
· 11 years ago
201be38
added materialization step before an insert and a scan/join of the same dataset.
by salsubaiee
· 11 years ago
5602446
corresponding changes for fixing operator execution mode
by buyingyi
· 11 years ago
3c817d5
rename single-digit TPC-H queries from qn_* to q0n_*
by Till Westmann
· 11 years ago
401edbf
Change order of elements in unordered list to make sure it works correctly
by JIMAHN
· 11 years ago
4682984
modifying some optimizer test cases to have unordered list as second parameter of jaccard-similarity function
by JIMAHN
· 11 years ago
a321120
revised the list of private functions as per the recent changes to the google doc
by ramangrover29
· 11 years ago
b366b8d
fix for issue 350
by buyingyi
· 12 years ago
76ad6c4
add tests for issue353
by buyingyi
· 12 years ago
f4c3324
merge -r1055:1282 (merging from asterix_stabilization to asterix_lsm_stabilization)
by kisskys
· 12 years ago
1100a26
1) Issue 252: Create dataset statement should have a primary key be specified explicitly.
by ramangrover29
· 12 years ago
6f27923
merge r1183:1187 (from asterix_stabilization)
by ramangrover29
· 12 years ago
vault/asterix_stabilization_issue_252_253
caca87b
add an optimizer test for the group-by combiner fix
by buyingyi
· 12 years ago
669d8f6
Fix for issue 252 and 253
by ramangrover29
· 12 years ago
3c59d76
Fixed issue 174. Whenever there are mixed intervals in the predicate of a BTree search, we will relax the BTree predicate to be inclusive and then do a post processing to filter out those records that don't satisfy the search predicate.
by salsubaiee
· 12 years ago
0157ef4
Fixed two erroneous rtree-delete test cases (reported by Zack).
by salsubaiee
· 12 years ago
aae6d91
Added expected plans. Final touches to complete tests for this bugfix.
by alexander.behm
· 12 years ago
vault/asterix_fix_issue_224
7c406aa
Gave tests more descriptive names. Reorganized existing tests.
by alexander.behm
· 12 years ago
3dee02f
Moved files into appropriate join folder.
by alexander.behm
· 12 years ago
ca3d41f
Tests for issue 224
by khfaraaz82@gmail.com
· 12 years ago
5913fe5
Merged asterix_stabilization r916:r950.
by alexander.behm
· 12 years ago
8a3e3c0
Fixed a bug in BTree indexed NL joins. The bug surfaced in a query with multiple index rewrites (primary index search feeding into a secondary indexed NL join).
by alexander.behm
· 12 years ago
954083a
Added tests for surrogate-based indexed NL fuzzy joins, where the top-level join is unecessary and optimized away.
by alexander.behm
· 12 years ago
a421807
Removed useless data loads to speed up optimizer tests.
by alexander.behm
· 12 years ago
b56b495
Merged asterix_stabilization r879:r881.
by alexander.behm
· 12 years ago
4037dde
Updated some of the optimizer test cases that were broken by a recenet commit.
by salsubaiee@gmail.com
· 12 years ago
58cf330
Merged asterix_statement_model_fix into asterix_stabilization
by RamanGrover29@gmail.com
· 12 years ago
3caae9e
Improved rule matching for indexed NL joins using primary btree indexes (if hint was given). Fixed a few bugs in the access method rewrite rule. Added tests to guard against regressions.
by alexander.behm
· 12 years ago
617a652
Merged asterix_stabilization r811:r842.
by alexander.behm
· 12 years ago
vault/asterix_inline_vars
1e74ad5
Implemented indexed NL joins using secondary RTrees.
by alexander.behm
· 12 years ago
ec90fb6
Implemented indexed-nested loops join using BTrees. Added basic tests.
by alexander.behm
· 12 years ago
ce9b780
Added optimizer tests for rewriting fuzzy joins using indexes while also returning the similarity value of the result pairs.
by alexander.behm
· 12 years ago
c9db98e
Addressed comments & added more tests
by khfaraaz82@gmail.com
· 12 years ago
28b3443
Added primary index BTree search tests
by khfaraaz82@gmail.com
· 12 years ago
552e4c8
Added secondary index BTree search tests for composite key
by khfaraaz82@gmail.com
· 12 years ago
71e7148
BTree primary index (composite key) usage tests
by khfaraaz82@gmail.com
· 12 years ago
0b1ee5f
Reintegrated asterix_fix_issue_154. Fixes some fuzzy join tests, and adds a hint for indexed nl joins. Abandoning complete fix for issue 154 for now.
by alexander.behm
· 12 years ago
6db7d30
Fixed issue 162. Added simple regression test.
by alexander.behm
· 12 years ago
07617fd
Improved matching capability of Rares-style fuzzy-join rule that is more consistent with the index based matching. Added indexed-NL-join hint to resolve choice between Rares-style fuzzy joins (where applicable) and index based fuzzy joins. Enabled a few Rares-style fuzzyjoin tests that used to break.
by alexander.behm
· 12 years ago
941c32b
Added tests for optimizing non-datascan unnests into joins.
by alexander.behm
· 12 years ago
c576c60
Reintegrated asterix-fuzzy.
by alexander.behm
· 12 years ago
96e3f3f
Secondary indexes on non-nullable fields now also work for open types. Added regression tests. Next: Add support for secondary indexes on nullable fields.
by alexander.behm
· 13 years ago
38b7ca4
Added asterix project
by vinayakb
· 13 years ago