jsteemann
d49c5c3fc0
simplified internal APIs a bit
2017-02-15 12:42:07 +01:00
jsteemann
80be198a39
moved helper classes into their own file
2017-02-14 12:35:34 +01:00
jsteemann
16189aa969
moved TransactionHints.h
2017-02-13 14:36:27 +01:00
jsteemann
d96ce9af37
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-01-30 12:53:10 +01:00
Michael Hackstein
72b8945254
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
2017-01-28 21:20:16 +01:00
Michael Hackstein
0027bc54c8
Create a StorageEngine-specific IndexFactory. Moved EnhanceIndexJson v8 -> IndexFactory.
2017-01-28 21:19:50 +01:00
jsteemann
6a4842b229
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
2017-01-25 16:30:33 +01:00
Michael Hackstein
ef32c991ff
Moved knowledge of StorageEngine out of some V8-Related files. JS_Near and JS_Within will now directly use AQL. The existing index check was deleted.
2017-01-25 16:15:35 +01:00
jsteemann
d7b131852c
factored out transaction hints
2017-01-25 13:12:09 +01:00
jsteemann
00b1632ece
factored out AccessMode from transaction.h
2017-01-25 11:57:21 +01:00
jsteemann
c4d2ff3dce
renaming
2017-01-23 15:36:11 +01:00
jsteemann
7fedb4e956
moved files into engine directory
2017-01-23 13:52:57 +01:00
Michael Hackstein
92ad574c97
Moved Indexes to StorageEngine
2017-01-23 13:32:23 +01:00
Kaveh Vahedipour
6c56f9f05c
available for use: avoidServers
2017-01-20 11:58:32 +01:00
Kaveh Vahedipour
40c6e2b48c
unobserve should not create entries in agency, if empty before
2017-01-20 08:06:27 +01:00
Michael Hackstein
41f0ac974b
Moved creation of Cluster collection from V8Server to ClusterMethods. Also introduced a static class wrapper for Methods.
2017-01-16 12:40:05 +01:00
jsteemann
f0a4d69b69
use bulk allocator for index elements
2016-12-09 21:40:49 +01:00
Andreas Streichardt
11bd9381d5
Add satellite collections
2016-12-06 16:40:50 +01:00
jsteemann
817933c77b
bugfixes for sync replication and collection status in cluster
2016-11-24 17:00:57 +01:00
jsteemann
2a371cbf9e
allow creating unique indexes on more attributes than present in shardKeys
...
The following combinations of shardKeys and indexKeys are allowed/not allowed:
shardKeys indexKeys
a a ok
a b not ok
a a b ok
a b a not ok
a b b not ok
a b a b ok
a b a b c ok
a b c a b not ok
a b c a b c ok
2016-10-28 13:04:12 +02:00
Jan Steemann
eead95db34
issue #2118
2016-10-25 15:50:42 +02:00
Jan Steemann
7ee2940ceb
remove cmake option -DUSE_ROCKSDB
2016-10-18 11:14:04 +02:00
jsteemann
8edc97052f
return meaningful error message
2016-10-13 14:35:24 +02:00
Frank Celler
8e3a73281e
added more events
2016-10-06 14:14:38 +02:00
Michael Hackstein
a6dbda8bdd
Made index creation enterprise ready.
2016-10-05 13:01:27 +02:00
Michael Hackstein
21317e16b0
Prepared index creation to be enterprise-ready.
2016-10-04 19:05:23 +02:00
Max Neunhoeffer
0698065d63
Fix memory leaks around LogicalCollection.
2016-10-04 11:56:35 +02:00
Max Neunhoeffer
18a4d423d2
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2016-09-30 14:15:16 +02:00
Kaveh Vahedipour
1ab7b4368c
distributeShardsLike now stores CID
2016-09-30 14:12:13 +02:00
Max Neunhoeffer
5cd913e003
Fix error handling for ClusterInfo::getCollection.
2016-09-30 14:11:46 +02:00
Max Neunhoeffer
db021508da
Fix virtual cloning of LogicalCollections and derived types.
2016-09-28 21:05:29 +02:00
Michael Hackstein
785b8111df
Simplified code in LogicalCollection.
2016-09-27 14:52:19 +02:00
Michael Hackstein
acdcb3b76a
Modified collection creation in cluster. It now does not require access to V8 objects any more.
2016-09-26 10:45:28 +02:00
Max Neunhoeffer
4d1e7c5328
Fix which attribute names are allowed for shardKeys.
2016-09-12 10:04:45 +02:00
jsteemann
3bfd0a874a
cosmetics
2016-09-07 22:43:47 +02:00
jsteemann
eac7eafc4e
fix collection creation
2016-09-06 18:33:08 +02:00
jsteemann
ffa00e26a0
some index cleanup
2016-09-06 10:49:40 +02:00
jsteemann
7e04cb07df
fixed index creation & validation
2016-09-05 11:42:44 +02:00
jsteemann
e468a51ad2
micro optimizations
2016-09-05 11:14:17 +02:00
jsteemann
1823cff3a9
removed TRI_collection_t
2016-09-02 14:54:13 +02:00
jsteemann
4839d65b36
moved things out of TRI_collection_t
2016-09-02 11:56:48 +02:00
jsteemann
5524b25800
removed VocbaseCollectionInfo
2016-09-02 09:41:36 +02:00
Michael Hackstein
3c851f8687
Added proper error handling for collection not found in V8
2016-09-01 17:42:27 +02:00
jsteemann
2eaf7196e2
fixed some tests
2016-09-01 09:41:11 +02:00
jsteemann
bdd9d1422e
bugfixes
2016-08-30 13:45:54 +02:00
Michael Hackstein
82edb8707a
Merge branch 'generic-col-types' of github.com:arangodb/arangodb into generic-col-types
2016-08-30 10:12:36 +02:00
Michael Hackstein
7cf7b89c6d
Removed more usage of VocbaseCollectionInfo and replaced it by LogicalCollection. It's getting better now. State still not green.
2016-08-29 18:44:34 +02:00
jsteemann
b9f8709104
renamed GeoIndex2 to GeoIndex
2016-08-29 13:02:07 +02:00
jsteemann
e8c8f286cb
cleanup
2016-08-29 08:53:23 +02:00
Michael Hackstein
d546d2acf0
Fixed index mathces definition, special cases.
2016-08-26 14:00:37 +02:00