Michael Hackstein
2212be29c0
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-08-26 17:10:14 +02:00
Michael Hackstein
7257bf0b9d
Skiplist and HashIndex will now print their figures if requested
2015-08-26 17:10:02 +02:00
Jan Steemann
96af0eeaf8
fixed documentation
2015-08-26 17:04:43 +02:00
Jan Steemann
8f2df77c30
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-08-26 16:59:40 +02:00
Jan Steemann
249627e21b
fixed VS build
2015-08-26 16:59:27 +02:00
Max Neunhoeffer
c0f1b72bab
Add "sensible" madvise calls.
...
Essentially the strategy is: A newly created and a newly opened file
is advised to be "SEQUENTIAL ACCESS", because we will either write to
it or scan it sequentially. As soon as it is sealed, we switch the
advice to "RANDOM ACCESS", because this should be the normal pattern and
aggressive read-aheads tend to be bad. The collector and the compactor
switch a sealed file back to "SEQUENTIAL ACCESS" just before they scan
it and back to "RANDOM ACCESS", when they are done.
Furthermore, all data files in a collection are advised with "WILLNEED"
just before the collection is scanned during loading.
Finally, the actual hash table of AssocMulti is advised to be random
access, although this is an anonymous map given to us by malloc and not
a memory mapped file.
2015-08-26 16:45:26 +02:00
Jan Steemann
d0bd94f4c5
fixed Json
2015-08-26 16:23:26 +02:00
Jan Steemann
a3550e331e
fixed makefiles
2015-08-26 16:17:45 +02:00
Willi Goesgens
34e8a8fc9f
debug printing for misterious ignore of skip
2015-08-26 15:39:02 +02:00
Michael Hackstein
03bcfc5ea1
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
2015-08-26 15:34:05 +02:00
Jan Steemann
61243ebb7b
Merge branch 'devel' of https://github.com/arangodb/arangodb into array_indexing
...
Conflicts:
arangod/HashIndex/hash-array-multi.cpp
arangod/Indexes/HashIndex.cpp
2015-08-26 15:01:29 +02:00
Willi Goesgens
7445114b3e
fix typo
2015-08-26 15:00:28 +02:00
Jan Steemann
7329414456
fixed index size calculations
2015-08-26 14:55:58 +02:00
Michael Hackstein
4a3b8007bd
Fixed memory calculation of HashIndexMulti. And added index information for it
2015-08-26 14:38:23 +02:00
Willi Goesgens
10dbe60112
Implement launching of arangod for example generation; add documentation.
...
fixes #1455
2015-08-26 14:30:54 +02:00
Frank Celler
2d45445a10
added additional-threads option
2015-08-26 13:13:47 +02:00
Jan Steemann
e73f546be2
added assertion
2015-08-26 12:51:31 +02:00
Jan Steemann
d0823a07ba
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-08-26 12:43:31 +02:00
Jan Steemann
5bf32095a1
print abortion
2015-08-26 12:02:43 +02:00
Willi Goesgens
dce738ce9c
Escape slashes for dos
2015-08-26 11:36:15 +02:00
Michael Hackstein
4effa2291e
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
2015-08-26 10:41:27 +02:00
Michael Hackstein
6ac7f83e3d
Fixed rollback and added index information to log.performance
2015-08-26 10:34:42 +02:00
Jan Steemann
b0c12a9d57
added indexFigures
2015-08-26 10:21:36 +02:00
Jan Steemann
9c7b92d3f5
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-08-26 09:49:01 +02:00
Jan Steemann
f4c542795c
getIndexes(true)
2015-08-26 09:48:48 +02:00
Michael Hackstein
c308065eec
Removed obsolete hash index implementation
2015-08-26 09:46:49 +02:00
hkernbach
443a30742a
css
2015-08-26 09:25:14 +02:00
Jan Steemann
9048fa9a66
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-08-26 09:12:16 +02:00
Jan Steemann
a076da8f6c
fix jslint warning
2015-08-26 09:11:50 +02:00
Jan Steemann
9374a25822
removed unused error code
2015-08-25 19:55:48 +02:00
Jan Steemann
c07e32427b
issue #1458 : HTTP code 500 when unique constraint violated
2015-08-25 19:29:05 +02:00
Jan Steemann
242c706844
use unique_ptr
2015-08-25 19:22:57 +02:00
hkernbach
b18f744682
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-08-25 18:57:51 +02:00
hkernbach
5c83c6d7c5
web ui: css, design
2015-08-25 18:57:42 +02:00
Willi Goesgens
e0903a5343
Merge branch 'devel' of github.com:arangodb/ArangoDB into devel
2015-08-25 18:09:17 +02:00
Willi Goesgens
deb1b6d4f1
use portability path dir separator
2015-08-25 18:08:55 +02:00
Jan Steemann
2b5affd312
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-08-25 18:02:16 +02:00
Jan Steemann
0d0e652bdc
fixed VS compile warnings
2015-08-25 18:02:00 +02:00
Willi Goesgens
f49d54344b
Merge branch 'devel' of github.com:arangodb/ArangoDB into devel
2015-08-25 17:57:22 +02:00
Willi Goesgens
2c099b8348
Add a js-scripted way to invoke the example generator - for now it needs a running arangod instance.
2015-08-25 17:56:25 +02:00
Jan Steemann
c76bdade66
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-08-25 17:36:09 +02:00
Jan Steemann
75ad81401b
slightly improved logging
2015-08-25 17:35:54 +02:00
Willi Goesgens
7b081fb6f3
print usefull error if we fail to start procdump.
2015-08-25 17:14:44 +02:00
Jan Steemann
a440d65ee2
fix limits
2015-08-25 16:57:00 +02:00
Michael Hackstein
40c1361244
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
2015-08-25 16:40:31 +02:00
Max Neunhoeffer
93caabb397
Fix fix.
2015-08-25 16:17:02 +02:00
Max Neunhoeffer
66498a56c3
Fix hash function for AssocMulti usage in hash-multi-index.
2015-08-25 16:13:43 +02:00
Jan Steemann
1e1196c55e
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-08-25 16:09:26 +02:00
Jan Steemann
18f231f666
do not read memory for comparisons
2015-08-25 16:09:12 +02:00
Jan Steemann
1911d4086d
forgot to commit
2015-08-25 16:08:46 +02:00