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
|
0aa4ac137a
|
fixed compile warning
|
2015-01-08 17:22:47 +01:00 |
Jan Steemann
|
f2590881f1
|
return old or new values in data-modification operations
|
2015-01-08 16:35:54 +01:00 |
Jan Steemann
|
064d066462
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2015-01-07 17:41:09 +01:00 |
Jan Steemann
|
9cb3feefc6
|
propertly cast
|
2015-01-07 17:40:58 +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
|
c591357dd3
|
slightly changed cost estimation for IndexRangeNode
|
2015-01-07 15:11:42 +01:00 |
Jan Steemann
|
62696b6984
|
prerequisites for further COLLECT optimizations
|
2015-01-07 09:42:46 +01:00 |
Jan Steemann
|
19d2d6668f
|
added random iteration for collections
|
2014-12-19 18:01:13 +01:00 |
Jan Steemann
|
20e7fe7a7a
|
the great rename: array => object, list => array
|
2014-12-18 21:07:06 +01:00 |
Jan Steemann
|
dd60e53ce3
|
added more collect special cases
|
2014-12-16 22:52:33 +01:00 |
Willi Goesgens
|
1c4a72b106
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +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 |
Jan Steemann
|
7e161b88ce
|
issue #1131: added KEEP for `COLLECT...INTO`
|
2014-12-03 17:44:10 +01:00 |
Max Neunhoeffer
|
a76e22f03a
|
Only put non-toplevel vars into the INTO variable in a COLLECT.
This restores the behaviour of 2.2.
|
2014-11-28 13:05:15 +01:00 |
Max Neunhoeffer
|
085440d691
|
Fix compilation of new estimation function.
|
2014-11-24 09:39:05 +01:00 |
Max Neunhoeffer
|
16b69e8fd3
|
First version of fix for LIMIT cost estimation.
|
2014-11-23 21:53:25 +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
|
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
|
ecb7317461
|
Remove enterSubQueryFirst.
|
2014-10-29 11:37:06 +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
|
b5c222b9b8
|
determine whether calculations may run on a DB server
|
2014-10-27 12:04:06 +01:00 |
Jan Steemann
|
bcf23e2acf
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-10-21 13:46:04 +02:00 |
Jan Steemann
|
97a4355c4e
|
fixed tests
|
2014-10-21 13:45:46 +02:00 |
Willi Goesgens
|
7190475616
|
While cloning respect optionality of variables.
|
2014-10-21 13:01:38 +02:00 |
Jan Steemann
|
c93c952c05
|
fixed from/to-handling in cluster
|
2014-10-20 12:32:08 +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 |
Willi Goesgens
|
7f387d9ac8
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-10-17 14:16:19 +02:00 |
Willi Goesgens
|
1a80e19702
|
Implement the option to enter Subqueries first in the ExecutionBlock Walker too
(as in #d2a15253b0805ce2624eac4a44bb66b15c34a21e for the ExecutionNode)
|
2014-10-17 13:36:40 +02:00 |
James
|
32f4216005
|
updating distribute-in-cluster opt rule
|
2014-10-17 10:22:26 +01:00 |
Willi Goesgens
|
93ff2652e1
|
Walker: add possibility to enter Subqueries on the way in
NodeClone: don't clone the subquery reference list, we don't need them.
|
2014-10-15 14:59:06 +02:00 |
James
|
9f942d0ce3
|
finished first version of DistributeBlock/Node.
|
2014-10-15 10:53:09 +01:00 |
James
|
60e85ccc7e
|
proper toJsonHelper method for DistributeNode.
|
2014-10-14 09:21:40 +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
|
6cdaaa1b85
|
fixes for Visual Studio
|
2014-10-09 10:45:31 +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 |
Willi Goesgens
|
7dac9d8cc7
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-10-06 14:16:39 +02:00 |
Willi Goesgens
|
48c5ff938e
|
If we clone an ExecutionNode for the same AST we also have to copy the evaluation members, but we don't need a deep-copy.
|
2014-10-06 14:15:41 +02:00 |
James
|
95fd279a52
|
distribution node/block declarations etc.
|
2014-10-06 12:57:09 +01:00 |
Willi Goesgens
|
287b6dfb37
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-10-06 11:55:27 +02:00 |
Willi Goesgens
|
c01e31c404
|
when de-serializing nodes don't create new variables, but look up the ones we already have.
|
2014-10-06 11:55:11 +02:00 |
Jan Steemann
|
5959a5e6da
|
fixed segfaults during node cloning
|
2014-10-06 10:31:15 +02:00 |