Jan Steemann
|
013209b9c7
|
add expressionType to JSON output of CalculationNode
|
2015-04-03 15:02:17 +02:00 |
Jan Steemann
|
2f58e4ea61
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
Jan Steemann
|
a3c0612798
|
added cluster tests
|
2015-03-24 14:34:09 +01:00 |
Jan Steemann
|
66e2273482
|
added documentation for UPSERT
|
2015-03-24 00:44:52 +01:00 |
Jan Steemann
|
e3bf1c709c
|
upsert blocks
|
2015-03-23 15:31:07 +01:00 |
Jan Steemann
|
8e48f98045
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
Conflicts:
arangod/Aql/Collection.cpp
arangod/Aql/ExecutionBlock.cpp
|
2015-03-20 21:54:39 +01:00 |
Jan Steemann
|
a9cddb824f
|
more usage of unique_ptrs
|
2015-03-20 00:05:32 +01:00 |
Jan Steemann
|
6b24da1036
|
in the middle of refactoring
|
2015-03-17 09:08:25 +01:00 |
Jan Steemann
|
dd74c6ac87
|
execute read and write operations of different collections in the same AQL query in lockstep, and not sequentially
|
2015-02-05 18:27:10 +01:00 |
Jan Steemann
|
e84a5e8eb3
|
use indexes for sorting in more cases
|
2015-02-05 00:10:12 +01:00 |
Jan Steemann
|
c18ff7f300
|
use-index-for-sort rule can now remove sorts in more cases
|
2015-02-02 22:53:25 +01:00 |
Jan Steemann
|
875a695b22
|
selectivity estimates
|
2015-02-02 20:14:36 +01:00 |
Jan Steemann
|
c49986d0e8
|
preparation for conditions
|
2015-01-25 10:40:13 +01:00 |
Jan Steemann
|
86716e1834
|
fix subquery optimization
|
2015-01-19 11:01:32 +01:00 |
Jan Steemann
|
1003e52cf7
|
some cleanup
|
2015-01-18 16:41:48 +01:00 |
Jan Steemann
|
2d0a37d826
|
automatically create _keys in DistributeNode on insert
|
2015-01-12 10:33:05 +01:00 |
Jan Steemann
|
f2590881f1
|
return old or new values in data-modification operations
|
2015-01-08 16:35:54 +01:00 |
Willi Goesgens
|
e2f206fd2c
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
arangod/Aql/grammar.cpp
|
2015-01-07 15:50:44 +01:00 |
Willi Goesgens
|
f905123802
|
Implement REMOVE/INSERT/UPDATE/REPLACE return the changed values
|
2015-01-07 15:48:13 +01:00 |
Jan Steemann
|
62696b6984
|
prerequisites for further COLLECT optimizations
|
2015-01-07 09:42:46 +01:00 |
Max Neunhoeffer
|
6fe1fb8568
|
Fix modifying AQL in cluster.
|
2014-12-23 22:44:01 +01:00 |
Max Neunhoeffer
|
1cdf439845
|
Broken version, errors not yet fixed.
|
2014-12-23 16:51:48 +01:00 |
Jan Steemann
|
6d6d67f06f
|
activated optimizer rule remove-sort-rand
fixed tests, updated documentation
|
2014-12-21 18:50:50 +01:00 |
Jan Steemann
|
19d2d6668f
|
added random iteration for collections
|
2014-12-19 18:01:13 +01:00 |
Jan Steemann
|
dd60e53ce3
|
added more collect special cases
|
2014-12-16 22:52:33 +01:00 |
Jan Steemann
|
f4d7a57c19
|
changed `COLLECT...INTO x COUNT` to `COLLECT...WITH COUNT INTO x`
allow executing subqueries without double brackets
jslint
|
2014-12-12 23:02:24 +01:00 |
Jan Steemann
|
8f6193faa2
|
added optional COUNT clause for AQL COLLECT
|
2014-12-12 17:18:04 +01:00 |
Max Neunhoeffer
|
62f03aa013
|
Choose skiplistIndex if in doubt.
|
2014-12-08 16:53:05 +01:00 |
Jan Steemann
|
8f99e59747
|
issue #1163: fullcount was sometimes used for wrong LIMIT node
|
2014-12-05 19:02:51 +01:00 |
Jan Steemann
|
dd68db2252
|
fixed precedence of range operator
|
2014-12-05 11:00:26 +01:00 |
Jan Steemann
|
7e161b88ce
|
issue #1131: added KEEP for `COLLECT...INTO`
|
2014-12-03 17:44:10 +01:00 |
Jan Steemann
|
4f39b9e358
|
optimize away `INTO` of `COLLECT` if unused
|
2014-12-03 13:49:03 +01:00 |
Max Neunhoeffer
|
7161a6b848
|
Reengineer cost estimation completely.
One test failing in single-server-AQL.
Cluster not yet tested.
|
2014-11-14 18:58:08 -05:00 |
Jan Steemann
|
c8c16767be
|
added rule to remove filters if covered by index ranges - not yet activated
|
2014-11-06 23:18:18 +01:00 |
Jan Steemann
|
7d036da648
|
fixed limit estimation
|
2014-11-06 13:44:55 +01:00 |
Jan Steemann
|
bf30927913
|
removed canThrow tag for various built-in functions
|
2014-11-05 14:40:00 +01:00 |
Jan Steemann
|
025d73ae03
|
re-added support for fullCount
|
2014-11-01 15:20:05 +01:00 |
Max Neunhoeffer
|
bfce170cae
|
Fix cost estimation of SortNodes.
|
2014-10-29 15:41:38 +01:00 |
Jan Steemann
|
8bb213e7ba
|
sort and cache list expression values
emplace
fixed wrong assertion
|
2014-10-29 01:02:20 +01:00 |
Jan Steemann
|
529bf386d7
|
fixed some API errors
|
2014-10-28 11:30:49 +01:00 |
Jan Steemann
|
13d240384f
|
less namespace pollution
|
2014-10-28 00:24:37 +01:00 |
Jan Steemann
|
b7c93c361a
|
fixed tests
|
2014-10-27 16:43:10 +01:00 |
Jan Steemann
|
97a4355c4e
|
fixed tests
|
2014-10-21 13:45:46 +02:00 |
Max Neunhoeffer
|
6eb2073336
|
Rename VarOverview into RegisterPlan, because that is what it is.
|
2014-10-20 09:14:01 +02:00 |
Max Neunhoeffer
|
db7b23bdb8
|
Fix cloning of VarOverview.
|
2014-10-20 09:04:32 +02:00 |
Jan Steemann
|
912a8162fb
|
some renaming
|
2014-10-16 17:23:50 +02:00 |
James
|
9f942d0ce3
|
finished first version of DistributeBlock/Node.
|
2014-10-15 10:53:09 +01:00 |
Willi Goesgens
|
3a7a03a51f
|
Don't add intermediate calculationnodes for LET-statements to forward the results of subqueries. Instead adjust the outvariable of the subquerynode.
|
2014-10-10 17:00:49 +02:00 |
Jan Steemann
|
4ff58364f1
|
fixed cloning of plans
|
2014-10-07 12:00:37 +02:00 |
Jan Steemann
|
0f83d8132f
|
fixed some transaction threading errors
|
2014-10-06 18:39:01 +02:00 |