jsteemann
|
9d865c7047
|
optimizations, bugfixes
|
2016-05-04 01:50:28 +02:00 |
Michael Hackstein
|
c58b78062b
|
Added a sanitize externals function that expands externals on demand. It is now used whenever a query is stored in the query cache as the data it is pointing to might be moved. Has to be used as well when sending VPack to client.
|
2016-04-29 15:21:48 +02:00 |
Michael Hackstein
|
b043b103e0
|
Optimized IN in AQL pattern Matcher properly. Also added some tests for it
|
2016-04-13 14:49:21 +02:00 |
jsteemann
|
4a7c9f0f68
|
simplified bloated comments
|
2016-04-09 11:27:30 +02:00 |
Jan Steemann
|
dce7c427d9
|
test fixes
|
2016-03-24 14:55:31 +01:00 |
Max Neunhoeffer
|
c2049b8ee1
|
Switch to IndexHandles.
|
2016-03-23 08:57:00 +01:00 |
Jan Steemann
|
53a576ed46
|
debugging
|
2016-03-21 16:42:23 +01:00 |
Jan Steemann
|
b672ce0985
|
test fixes
|
2016-03-21 12:15:40 +01:00 |
Michael Hackstein
|
5c3b9e3fd6
|
Fixed invalid use after free in IndexBlock
|
2016-03-18 13:17:40 +01:00 |
Michael Hackstein
|
172ff37b43
|
Fixed used after free in IndexBlock
|
2016-03-18 11:07:53 +01:00 |
Michael Hackstein
|
2d2cfae297
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-17 18:51:30 +01:00 |
Michael Hackstein
|
401f55ae37
|
Replaced OperationCursor by shared_ptrs every where and removed the slice function from it. Instead it returns a shared ptr on a OperationResult on getMore
|
2016-03-17 18:49:20 +01:00 |
jsteemann
|
dc3581563c
|
bugfixes
|
2016-03-17 14:46:49 +01:00 |
Michael Hackstein
|
7e0c8c935d
|
Reimplemented optimizer rule to remove unnecessary SORT if covered by index
|
2016-03-15 11:12:10 +01:00 |
Michael Hackstein
|
5d61b709bb
|
Fixed OperationCursor and SkiplistIndex. The builder in OperationCursor did not retain the _buffer.
|
2016-03-15 08:56:37 +01:00 |
Michael Hackstein
|
a4edc8dd49
|
Merge from spdvpk
|
2016-03-14 23:46:57 +01:00 |
Michael Hackstein
|
78f0b95289
|
AQL indexNode now uses the new transaction API. It does not know any index internals itself any more. Optimizer Rule to remove SORT node needs to be reimplemented yet
|
2016-03-14 21:28:58 +01:00 |
Jan Steemann
|
b55b5d7386
|
AqlValue refactoring
|
2016-03-09 17:50:20 +01:00 |
jsteemann
|
d756f6a176
|
removed TRI_transaction_collection_t from public APIs
|
2016-03-09 01:51:17 +01:00 |
Jan Steemann
|
e946729306
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
Jan Steemann
|
0496f99b21
|
expression now using VelocyPack
|
2016-03-08 13:03:03 +01:00 |
jsteemann
|
99e7bcfe5e
|
removed debug macros
|
2016-02-26 23:15:20 +01:00 |
Jan Steemann
|
9046e1831b
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
jsteemann
|
842384016d
|
namespace cleanup
|
2016-01-21 00:20:22 +01:00 |
jsteemann
|
431900f17a
|
changed namespace from triagens to arangodb
|
2016-01-17 00:44:53 +01:00 |
jsteemann
|
2ae325fd4e
|
removed some of those "using namespace" directives
|
2016-01-14 23:21:39 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
jsteemann
|
a6cb463e06
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2016-01-05 00:25:10 +01:00 |
Jan Steemann
|
f1ed7cdf46
|
fixed memleaks that occurred during failure testing only
|
2015-12-23 20:59:04 +01:00 |
Max Neunhoeffer
|
225c8cd843
|
Work on TODOs.
|
2015-12-22 16:50:09 +01:00 |
Jan Steemann
|
2b3f3f997b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-17 10:59:30 +01:00 |
Jan Steemann
|
a694b7ef48
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
jsteemann
|
fd29ccdbc5
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-13 23:37:22 +01:00 |
jsteemann
|
600c48375d
|
added optimizer rule `sort-in-values`
|
2015-12-13 23:33:44 +01:00 |
Jan Steemann
|
43eff8f0e9
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-11 16:33:35 +01:00 |
Jan Steemann
|
5ae891ac20
|
fix for issue #1603
|
2015-12-11 16:24:33 +01:00 |
Jan Steemann
|
2bdbb13e2c
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-11 14:13:36 +01:00 |
jsteemann
|
18e47457a6
|
fixes
|
2015-12-11 13:29:18 +01:00 |
Jan Steemann
|
5c033f566b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-04 13:47:08 +01:00 |
Jan Steemann
|
19b2d28167
|
pass transaction to index APIs
|
2015-11-25 14:42:29 +01:00 |
Michael Hackstein
|
3afddb32ed
|
The TraversalBlock now executes all expressions locally. It is able to hand them over to Traversers
|
2015-11-17 14:11:15 +01:00 |
Wilfried Goesgens
|
36f289ea16
|
We picked the Executionnode from the plan to a local variable, we can use it later on.
|
2015-10-26 13:52:32 +01:00 |
Jan Steemann
|
4dde92470f
|
attempt to speed up index queries
|
2015-10-22 14:11:27 +02:00 |
Michael Hackstein
|
7fb4679fb2
|
Added some failure tests for the IndexNode, ConditionFinder. Todo Index tests
|
2015-10-21 12:54:25 +02:00 |
Jan Steemann
|
aa3039cece
|
fixes for cluster tests
|
2015-10-20 18:10:53 +02:00 |
Jan Steemann
|
60283f13b9
|
fixed memleaks
|
2015-10-20 12:05:52 +02:00 |
Michael Hackstein
|
276bfded36
|
Fixed distinct result of IndexNode. Was broken in reverse case.
|
2015-10-19 12:29:23 +02:00 |
Michael Hackstein
|
20fa1f6623
|
Started fixing of reverse IndexNode iteration. Does not yet work for IN
|
2015-10-17 20:08:37 +02:00 |