Simon Grätzer
|
871272d7c1
|
Merge from devel
|
2017-03-12 12:32:22 +01:00 |
Simon Grätzer
|
f2d77435c6
|
Added memory mapped file
|
2017-03-12 00:46:54 +01:00 |
Dan Larkin
|
06c3668915
|
Fixed a compile bug.
|
2017-03-11 13:22:07 -05:00 |
Dan Larkin
|
6a449efb06
|
Improved cache rebalancing and allocation strategies.
|
2017-03-11 12:15:08 -05:00 |
jsteemann
|
b662b6edbf
|
added missing locks to authentication cache methods
|
2017-03-11 01:54:37 +01:00 |
jsteemann
|
8875243c66
|
some minor refactoring preparations
|
2017-03-11 01:14:55 +01:00 |
jsteemann
|
2e1c7fcea6
|
some minor refactoring preparations
|
2017-03-11 01:01:29 +01:00 |
jsteemann
|
b217a9d6af
|
remove unused feature
|
2017-03-10 23:59:09 +01:00 |
Simon Grätzer
|
5f4a8844f5
|
Fixed parallelism parameter
|
2017-03-10 13:56:10 +01:00 |
Simon Grätzer
|
aa156ac28f
|
Micro-Optimizations
|
2017-03-09 17:00:24 +01:00 |
Simon Grätzer
|
00d77cbb5e
|
Fix compiler warnings
|
2017-03-09 14:38:39 +01:00 |
Simon Grätzer
|
67066c64ad
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-03-08 18:20:44 +01:00 |
Simon Grätzer
|
a1752da492
|
Added single server support
|
2017-03-08 18:20:36 +01:00 |
jsteemann
|
6b882ca8a2
|
class renaming
|
2017-03-08 17:54:00 +01:00 |
jsteemann
|
a2a29ab6b1
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
|
2017-03-08 15:07:33 +01:00 |
jsteemann
|
3ed19e291d
|
added "shardIds" option for AQL queries to restrict queries to specific shards
|
2017-03-08 15:07:10 +01:00 |
Michael Hackstein
|
489f0d12b8
|
Moved the decision to write a marker into the databaseFeature, it is not triggered from outside any more. Furthermore renameCollection write marker is now done in MMFiles.
|
2017-03-08 14:54:25 +01:00 |
Michael Hackstein
|
18700387a8
|
Drop / Create Database in DBFeature does not expose writeMarker flag in it's API
|
2017-03-08 13:27:01 +01:00 |
Michael Hackstein
|
4701a40867
|
Cleanup LogicalCollection.h
|
2017-03-08 13:26:20 +01:00 |
Michael Hackstein
|
f7210ee75b
|
Fixed forward declaration. Was declared as class but is a struct
|
2017-03-08 13:25:37 +01:00 |
Michael Hackstein
|
636cc097b0
|
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
|
2017-03-08 11:03:51 +01:00 |
Michael Hackstein
|
580d2a4336
|
Moved indexes down into the physical collections
|
2017-03-08 11:03:45 +01:00 |
Simon Grätzer
|
2c77f42486
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-03-07 15:08:06 +01:00 |
Simon Grätzer
|
c049576c59
|
Added single server support
|
2017-03-07 15:07:51 +01:00 |
Michael Hackstein
|
e6ab0afb50
|
Moved indexBuckets from Logical => MMFiles collection.
|
2017-03-07 14:07:32 +01:00 |
jsteemann
|
57dd92902c
|
move engine-specific optimizer rules into engine
|
2017-03-07 13:10:58 +01:00 |
Simon Grätzer
|
0d5f8ae5b8
|
Fixed canceling of storage, changed the docs
|
2017-03-07 12:14:12 +01:00 |
Simon Grätzer
|
0b64bf3bc2
|
Fixed pregel test, async default off
|
2017-03-07 10:41:03 +01:00 |
jsteemann
|
63918afce9
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-03-07 00:19:39 +01:00 |
jsteemann
|
644ef08ce0
|
added "bindVars" to attributes of currently running and slow queries
|
2017-03-07 00:19:01 +01:00 |
Andreas Streichardt
|
59b49485b5
|
Merge branch 'devel' into catch_tests_ng
|
2017-03-06 18:34:46 +01:00 |
jsteemann
|
aa8160fc3d
|
try to fix non-enterprise compile error
|
2017-03-06 18:09:43 +01:00 |
Andreas Streichardt
|
ce3c17e7de
|
Merge branch 'devel' into catch_tests_ng
|
2017-03-06 17:59:26 +01:00 |
Michael Hackstein
|
9b69035f1a
|
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
|
2017-03-06 17:40:46 +01:00 |
Michael Hackstein
|
31df7eb527
|
Fixed error in recovery for duplicate collection name
|
2017-03-06 17:34:54 +01:00 |
jsteemann
|
39370aac2f
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-03-06 17:04:35 +01:00 |
jsteemann
|
c2a41cb5a2
|
remove references to MMFiles*
|
2017-03-06 17:04:23 +01:00 |
Dan Larkin
|
db2cabf844
|
Completed implementation of transactional cache.
|
2017-03-06 10:31:36 -05:00 |
jsteemann
|
e495b5fb6c
|
jslint && cppcheck
|
2017-03-06 16:13:04 +01:00 |
jsteemann
|
9d3bbd1d89
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
|
2017-03-06 16:08:58 +01:00 |
jsteemann
|
8ba2654540
|
cleanup
|
2017-03-06 16:08:49 +01:00 |
Michael Hackstein
|
42e14c59f4
|
A MMFiles collection now reads a path if created from a slice.
|
2017-03-06 16:06:23 +01:00 |
Michael Hackstein
|
d4dd243946
|
Alphabetically ordered includeds
|
2017-03-06 16:04:43 +01:00 |
jsteemann
|
e27cf1bc5e
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-03-06 15:55:00 +01:00 |
Simon Grätzer
|
c0a390aefe
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-03-06 15:53:43 +01:00 |
Simon Grätzer
|
5b1cb0ec6d
|
Various fixes
|
2017-03-06 15:41:27 +01:00 |
Michael Hackstein
|
dccd6d5c1d
|
Merge branch 'devel' of github.com:arangodb/arangodb into engine-api
|
2017-03-06 15:40:36 +01:00 |
jsteemann
|
f7b819579d
|
attempt to fix clang build
|
2017-03-06 15:40:03 +01:00 |
Michael Hackstein
|
13a1f15116
|
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
|
2017-03-06 15:26:46 +01:00 |
jsteemann
|
62eee2d9bf
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-03-06 14:31:36 +01:00 |