Michael Hackstein
|
adb7c2cee2
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-05-03 09:23:22 +02:00 |
Michael Hackstein
|
faf547f002
|
V8Traverser now uses fast path in trx document.
|
2016-05-02 16:23:25 +02:00 |
jsteemann
|
fefdd33574
|
use xxHash for hashing id strings
|
2016-05-02 15:46:04 +02:00 |
Michael Hackstein
|
7af9beefa1
|
Neighbors now uses VPackSlices with specialized string comparision function.
|
2016-04-29 13:55:02 +02:00 |
Michael Hackstein
|
85a2c3a44c
|
The shortestPath computation now uses Slices instead of strings to identify the documents.
|
2016-04-25 15:25:22 +02:00 |
Michael Hackstein
|
490905d188
|
Replaced an unordered set by a vector. The uniqueness is guaranteed by other mechanisms anyways. Further improved computationtime of Neighbors
|
2016-04-21 13:52:12 +02:00 |
Jan Steemann
|
13980ef299
|
bugfixes
|
2016-03-24 16:18:18 +01:00 |
Michael Hackstein
|
2d45a6e5b2
|
Fixed statistics for Traversals. Also uses less lookups now
|
2016-03-23 16:04:53 +01:00 |
Max Neunhoeffer
|
c2049b8ee1
|
Switch to IndexHandles.
|
2016-03-23 08:57:00 +01:00 |
Michael Hackstein
|
dea484fa38
|
Removed obsolete EdgeInfo
|
2016-03-22 09:16:40 +01:00 |
jsteemann
|
4694d36671
|
cppcheck
|
2016-03-21 20:56:08 +01:00 |
Michael Hackstein
|
7d35e1d15e
|
Disabled multi-threaded shortest-path search. SingleThread is fast enough and new trx API is not thread safe.
|
2016-03-21 16:21:14 +01:00 |
Jan Steemann
|
f458acc4c7
|
cleanup
|
2016-03-21 14:35:58 +01:00 |
Jan Steemann
|
0f213e3049
|
made base class virtual
|
2016-03-21 13:24:01 +01:00 |
Jan Steemann
|
304243a4b0
|
fixes
|
2016-03-21 13:17:36 +01:00 |
Michael Hackstein
|
7f9ae321a0
|
Traverser Basic options now know the transaction. Modified all implementations to use Slices in apropriate places. Fixes some, but not all tests
|
2016-03-21 11:28:33 +01:00 |
Michael Hackstein
|
7896905ad7
|
Fixed a multithreading bug for EdgeCollectionInfos. Threads shared the same Builder instance which is not possible.
|
2016-03-21 09:20:31 +01:00 |
Michael Hackstein
|
8e678d0fc2
|
Fixed single server version of Traverser
|
2016-03-18 15:54:52 +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
|
a15e9d9550
|
removed files
|
2016-03-17 00:28:08 +01:00 |
Michael Hackstein
|
4a2c33eafc
|
Replaced setStartVertex(Slice) by setStartVertex(string) in Traversal and fixed all resulting compile errors. It now compiles but is not Functional yet. Have to implement reading of Documents from DB in TRX / VPack Style
|
2016-03-16 11:12:27 +01:00 |
Michael Hackstein
|
7113e93c67
|
Finished with Shortest Path Implementation based on new TRX and VPack API
|
2016-03-15 20:48:02 +01:00 |
Michael Hackstein
|
6bcbf1241b
|
Started reimplementing ShortestPath wth new transactions and VPack
|
2016-03-15 18:34:37 +01:00 |
Michael Hackstein
|
4c4c117059
|
Partially Adopted Traverser to new transaction API. This is still work in Progress. It compiles but it will not work yet.
|
2016-03-10 10:42:20 +01:00 |
Michael Hackstein
|
ecbab4e2da
|
Removed duplicate functionality from functions.cpp. Also Simplified the example matcher to not use Resolver and Shaper any more
|
2016-03-09 12:43:04 +01:00 |
jsteemann
|
d756f6a176
|
removed TRI_transaction_collection_t from public APIs
|
2016-03-09 01:51:17 +01:00 |
Jan Steemann
|
298c96f2cc
|
store information about datafile in upper bit
|
2016-03-01 16:29:09 +01:00 |
Michael Hackstein
|
7174a6225f
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-02-26 13:32:10 +01:00 |
Michael Hackstein
|
ac173ca497
|
The Edge Index now indexes with VPackSlice instead of TRI_edge_header_t. Some functions that were using the Edge Index are disabled and will not work. These functions have to be modified to use the new Transaction API.
|
2016-02-26 13:31:10 +01:00 |
Jan Steemann
|
ebf2d1520b
|
removed TRI_doc_mptr_copy_t
|
2016-02-26 11:46:33 +01:00 |
Michael Hackstein
|
96b75d3733
|
Added a VPack Implementation for AQL Neighbors. This involved modification of Traverser and ExampleMather to understand VPack as well
|
2016-02-05 08:45:20 +01:00 |
Jan Steemann
|
bc6fce75d4
|
removed some unnecessary explicits
|
2016-02-02 12:13:21 +01:00 |
Michael Hackstein
|
e0455850fc
|
Replaced doc_mptr_copy with doc_mptr which is the correct type in this case.
|
2016-02-01 11:40:18 +01:00 |
Michael Hackstein
|
582f1f46f0
|
Preparation for multi-direction traversals. As requested in #1683. Internal traverser can now work with one direction per collection. Next: AQL needs to learn this too.
|
2016-01-28 14:07:50 +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 |
Jan Steemann
|
687d6133f0
|
comments reformatting
|
2016-01-11 09:52: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 |
Max Neunhoeffer
|
394057fbda
|
Merge branch 'devel' into vpack
|
2015-12-23 15:09:20 +01:00 |
Jan Steemann
|
e62ccf7a46
|
added Ditches for traversal
|
2015-12-23 11:43:24 +01:00 |
Jan Steemann
|
2b3f3f997b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-17 10:59:30 +01:00 |
Michael Hackstein
|
a1c66851da
|
Further adoptions to the VocbaseCollectionInfo class in V8Server
|
2015-12-16 18:53:47 +01:00 |
Michael Hackstein
|
fbbe4d08cd
|
Implemented edges on path uniqueness on single server traversal
|
2015-12-15 18:04:28 +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
|
785beaa625
|
cppcheck
|
2015-12-04 12:18:15 +01:00 |
Jan Steemann
|
b8cd633276
|
Windows fixes
|
2015-12-03 15:00:19 +01:00 |