Jan
cfbd8ed93c
Bug fix/rocksdb autoincrement ( #2648 )
...
* Added autoincrement keygen support to RocksDB engine with test.
* fixed key generator state keeping for mmfiles engine
2017-06-23 15:27:09 +02:00
jsteemann
2457d66c92
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-31 14:16:14 +02:00
jsteemann
eec81e730b
fixed MSVC warning
2017-05-31 14:16:04 +02:00
Simon Grätzer
53ece582a8
optimized all index iterator
2017-05-31 11:34:32 +02:00
Simon Grätzer
5509776503
Fixing various issues
2017-05-30 13:44:26 +02:00
Simon Grätzer
d0eafe420a
fixed vertexId getter
2017-05-30 12:46:18 +02:00
Simon Grätzer
ab292b2717
Fixing edge bounds
2017-05-30 11:30:48 +02:00
Simon Grätzer
3ad939ea41
changed storage format
2017-05-30 10:12:39 +02:00
Simon Grätzer
f8ab86e160
Begin storage format refactoring
2017-05-29 16:00:55 +02:00
Simon Grätzer
555a7fcecd
Merge branch 'devel' of https://github.com/arangodb/arangodb into column-family
2017-05-24 19:04:20 +02:00
jsteemann
1e0bfe78cb
fix assertion
2017-05-24 16:57:21 +02:00
Simon Grätzer
6db35a93a0
Merge
2017-05-22 18:05:15 +02:00
Simon Grätzer
9679aecf53
Adding bounds back
2017-05-22 17:39:19 +02:00
jsteemann
221583e9ca
fix warning
2017-05-22 16:00:05 +02:00
jsteemann
c844db70b8
fixed invalid assertion
2017-05-22 15:54:25 +02:00
jsteemann
b9fbad02b7
fix MSVC compile warning
2017-05-16 12:04:20 +02:00
Michael Hackstein
d7d650e27d
Implemented index estimates for RocksDB. Now the following indexes have
...
a proper estimate:
* HashIndex
* SkiplistIndex / Persistent
* EdgeIndex
2017-05-15 17:17:58 +02:00
Simon Grätzer
e11ef2bf54
Addding locking, fixing conversion warning
2017-05-11 17:38:50 +02:00
jsteemann
f534421c74
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-10 13:19:45 +02:00
jsteemann
7aac7de2e4
micro optimizations
2017-05-10 13:08:31 +02:00
Simon Grätzer
42d230e4ae
Fixing recovery for geo index
2017-05-09 22:29:29 +02:00
Simon Grätzer
dd584c0aa4
Swapping key format, fixing recovery
2017-05-09 17:28:08 +02:00
Simon Grätzer
f62c99188c
Seemingly functional geo index
2017-05-08 17:48:08 +02:00
Simon Grätzer
a610d81e3d
fixing compiler warnings
2017-05-08 14:14:23 +02:00
Simon Grätzer
7142bf2cfc
Intermediate commit
2017-05-08 13:41:00 +02:00
Jan Christoph Uhde
13f2cd4cb9
change rocksdbkey for geoindex
2017-05-08 12:34:53 +02:00
Jan Christoph Uhde
81a5a39e22
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/rocksdb-geoindex
...
* 'devel' of https://github.com/arangodb/arangodb : (34 commits)
remove unused files (with long filenames that produce problems on Windows checkouts)
attempt to fix Windows test
fix recovery tests
Added more RocksDB passthrough options.
Raise transaction replication timeout to adjust for sporadic RocksDB latencies.
cleanup
unified
Fixing mem leak
fixing small issue
Fixed dump test
Count fix & tests enabled
Fixing parser bug
RocksDB Fülltext index
alphabetic order
Fixing warnings and errors
My friend ruby and his best pal openssl went into the windows bar for drinking...sad
attempt at fixing occasional fatal errors accessing clustercomm instance on shutdown
broke devel and fixed
increase the size of the intermediate disk image
osx fix on funny fail
...
2017-05-08 11:22:20 +02:00
Jan Christoph Uhde
8a1c954b09
add GeoIndexValue to RocksDBTypes and Keys
2017-05-08 11:10:49 +02:00
Simon Grätzer
dd0b0c6b28
RocksDB Fülltext index
2017-05-06 01:14:49 +02:00
Simon Grätzer
d9bff18814
Fulltext index
2017-05-05 13:58:11 +02:00
Dan Larkin
e2853e4b52
Enabled saving applier config and fixed some replication tests/behavior.
2017-04-27 22:39:48 -04:00
Simon Grätzer
9959f36be1
Fixed broken WAL tailing function
2017-04-27 18:23:10 +02:00
jsteemann
b7bf8a8983
implement basic operations for settings
2017-04-24 14:19:29 +02:00
Dan Larkin
97d525e9b7
Revert "Fixed primary index cluster bug."
...
This reverts commit 8c4214625c
.
2017-04-17 17:06:23 -04:00
Dan Larkin
8c4214625c
Fixed primary index cluster bug.
2017-04-13 21:44:51 -04:00
Dan Larkin
2e0fdbf666
Fixed some bugs.
2017-04-13 20:06:25 -04:00
jsteemann
2b0673c3fe
removed type "Index"
2017-04-07 12:05:56 +02:00
Simon Grätzer
8366400e27
Fixed counters
2017-04-06 17:27:14 +02:00
Simon Grätzer
6435e3b2bc
Fixing windows build
2017-04-06 11:15:49 +02:00
jsteemann
de769b534d
split ManagedDocumentResult in .h and .cpp files
2017-04-04 15:47:05 +02:00
Simon Grätzer
96dc714139
Fixed some tests in shell_server
2017-04-04 15:10:17 +02:00
Simon Grätzer
c123ac3734
Fixed truncate
2017-04-04 10:48:37 +02:00
jsteemann
947a2427ca
added internal.wal.flush()
2017-04-03 17:25:24 +02:00
jsteemann
8e3d83aa6e
added v8 functions
2017-04-03 17:14:09 +02:00
Simon Grätzer
cf4294c9ca
Integrated counters with collections
2017-04-03 13:24:22 +02:00
Simon Grätzer
01036b65d9
Added counter manager
2017-04-03 09:23:35 +02:00
Dan Larkin
423feffb90
Added length byte to IndexValue keys.
2017-03-30 08:43:15 -04:00
Dan Larkin
73154490fa
Added shell of RocksDBVPackIndex.
2017-03-29 17:35:41 -04:00
Simon Grätzer
cd9e9a13cf
Path based enumerator
2017-03-29 17:33:02 +02:00
Simon Grätzer
8b832fe746
Moved to KeyBounds for edge prefix
2017-03-29 10:07:12 +02:00