Jan Steemann
|
6b4e9fba38
|
quicker access to _id
|
2016-05-06 12:12:12 +02:00 |
jsteemann
|
7ad08738af
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into dox-cox-pix-ex-rox-box
|
2016-05-04 14:54:45 +02:00 |
jsteemann
|
9d865c7047
|
optimizations, bugfixes
|
2016-05-04 01:50:28 +02:00 |
jsteemann
|
495b266c8a
|
initial commit
|
2016-05-03 15:42:24 +02:00 |
jsteemann
|
e85470a692
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-05-03 10:07:24 +02:00 |
jsteemann
|
ff21cb2da9
|
optimizations
|
2016-05-03 10:07:14 +02:00 |
Michael Hackstein
|
1e9b3a7762
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-05-02 17:31:05 +02:00 |
Michael Hackstein
|
e42a3c0625
|
Added a short-circuit path to read a document within a transaction. This path can only get one document at a time and removes the overhead we have because of OperationResults.
|
2016-05-02 14:35:18 +02:00 |
jsteemann
|
124a485df1
|
fixed VALUES()
|
2016-05-02 11:40:32 +02:00 |
jsteemann
|
6a7b533a69
|
enable quicker _id lookup
|
2016-04-30 17:33:50 +02:00 |
jsteemann
|
d6833b6862
|
potentially optimized lookups for _from and _to
|
2016-04-30 14:21:15 +02:00 |
jsteemann
|
e478c1ae11
|
faster lookup for _key attribute
|
2016-04-30 13:25:06 +02:00 |
jsteemann
|
58736a9d50
|
prepation for optimizations
|
2016-04-29 17:26:22 +02:00 |
jsteemann
|
3a92773685
|
use StaticStrings
|
2016-04-29 15:18:20 +02:00 |
Jan Steemann
|
b7f3ab4683
|
micro optimizations
|
2016-04-25 17:58:11 +02:00 |
jsteemann
|
8bc19eaa51
|
fix insertion
|
2016-04-25 11:39:26 +02:00 |
jsteemann
|
1fb953a515
|
improve insertion time
|
2016-04-25 10:40:48 +02:00 |
jsteemann
|
28930370c2
|
micro optimizations
|
2016-04-23 20:49:22 +02:00 |
jsteemann
|
0da9ac7cdc
|
micro optimizations
|
2016-04-23 16:23:15 +02:00 |
Michael Hackstein
|
0e2d31f633
|
Moved GET _api/document?collection=xxx to PUT _api/simple/all-keys {collection: xxx}. Adapted all tests. Also removed Transaction::allKeys which got obsolete by this commit.
|
2016-04-15 11:23:25 +02:00 |
Jan Steemann
|
d0f368445a
|
replication fixes
|
2016-04-05 18:32:09 +02:00 |
Michael Hackstein
|
8bde9506a1
|
Fixed getIndexByHandle in trx for Cluster case. This is required for executing a query from a JSON query plan on Coordintator. Unlikely in Production but required for tests
|
2016-04-04 16:18:45 +02:00 |
Jan Steemann
|
dce7c427d9
|
test fixes
|
2016-03-24 14:55:31 +01:00 |
Jan Steemann
|
c8c9288400
|
harmonize value comparisons for hash indexes
|
2016-03-23 16:36:00 +01:00 |
Max Neunhoeffer
|
12c420913e
|
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
|
2016-03-23 09:02:14 +01:00 |
Max Neunhoeffer
|
c2049b8ee1
|
Switch to IndexHandles.
|
2016-03-23 08:57:00 +01:00 |
Jan Steemann
|
8391455ce8
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-22 14:34:37 +01:00 |
Jan Steemann
|
80413739d1
|
fixed test
|
2016-03-22 14:34:18 +01:00 |
Max Neunhoeffer
|
1990441d9c
|
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
|
2016-03-22 13:33:23 +01:00 |
Max Neunhoeffer
|
07d193f74d
|
Implement indexesForCollection for coordinator case.
|
2016-03-22 13:32:53 +01:00 |
Jan Steemann
|
6552b42f59
|
centralized _id extraction
|
2016-03-22 12:57:01 +01:00 |
Jan Steemann
|
811732230c
|
fixed test
|
2016-03-21 13:46:58 +01:00 |
Jan Steemann
|
b672ce0985
|
test fixes
|
2016-03-21 12:15:40 +01:00 |
Michael Hackstein
|
8b0b8a3667
|
Fixed invalid nullptr for any() query
|
2016-03-18 13:55:11 +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 |
Michael Hackstein
|
93efb73ca7
|
Added a convenience function to add a collection by name at Runtime to transaction
|
2016-03-16 11:09:42 +01:00 |
jsteemann
|
4f8265bfc8
|
temporary builder leaser
|
2016-03-15 14:08:03 +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
|
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 |
Michael Hackstein
|
23f845de05
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-10 10:46:30 +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 |
Jan Steemann
|
7e01c3208a
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-09 17:56:57 +01:00 |
Jan Steemann
|
b55b5d7386
|
AqlValue refactoring
|
2016-03-09 17:50:20 +01:00 |
Max Neunhoeffer
|
6b2fa8c33d
|
RestDocumentHandler GET method, plus tests.
|
2016-03-09 13:28:13 +01:00 |
jsteemann
|
d756f6a176
|
removed TRI_transaction_collection_t from public APIs
|
2016-03-09 01:51:17 +01:00 |
Max Neunhoeffer
|
be9bf2d90f
|
Babies for document and remove, various cleanup.
|
2016-03-08 21:30:19 +01:00 |
Jan Steemann
|
1c150d4d6e
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-04 18:35:40 +01:00 |
Jan Steemann
|
4de5e41044
|
simplifications
|
2016-03-04 17:48:27 +01:00 |
Jan Steemann
|
c157363f3c
|
less dependencies
|
2016-03-04 17:21:09 +01:00 |