Jan Steemann
a7b51c39da
added tests
2015-09-08 17:34:14 +02:00
Michael Hackstein
fdde6a69c6
Added failure tests for new implementation of HashIndex. And fixed a memleak there.
2015-09-08 15:35:21 +02:00
Jan Steemann
560a039f3e
added tests
2015-09-08 14:22:23 +02:00
Michael Hackstein
1afd19e550
Fixed the resizing of AssocUnique. It was different from AssocMulti which cased the nonUnique index to be faster than the unique one
2015-09-08 11:48:57 +02:00
Jan Steemann
29d37eb346
added diagnosis functions
2015-09-07 20:48:42 +02:00
Jan Steemann
8b599b5274
changed some include headers around
2015-09-07 17:09:10 +02:00
Jan Steemann
b6a1684605
primary index speedup
2015-09-07 16:22:39 +02:00
Jan Steemann
7696423482
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-07 13:44:17 +02:00
Willi Goesgens
aec58c64c6
Add cast for windows
2015-09-07 13:36:06 +02:00
Jan Steemann
39939fc1c9
primary index initial insertion speedup
2015-09-07 13:05:02 +02:00
Jan Steemann
0404cb098f
temporarily disable watermarks
2015-09-07 11:08:22 +02:00
Jan Steemann
21ae579072
potential fix for issue #1474
2015-09-07 09:53:58 +02:00
CoDEmanX
8aa78dcb7f
Fix some more typos
2015-09-05 17:18:04 +02:00
Jan Steemann
b9c8972477
index watermarks preparations
2015-09-04 18:14:39 +02:00
Jan Steemann
e602ca5662
issue #1471 : document() vs documents() parameters (_key and _id)
2015-09-04 18:13:23 +02:00
Jan Steemann
6f2ad068ee
whitespace
2015-09-04 14:57:16 +02:00
Jan Steemann
47360f4511
added tests
2015-09-04 14:21:31 +02:00
Jan Steemann
439279bf7e
properly initialize member
2015-09-04 10:59:40 +02:00
Jan Steemann
c6e44dde1d
made two methods private
2015-09-04 10:59:28 +02:00
Jan Steemann
cd3dd77e9a
removed unused method
2015-09-04 10:59:18 +02:00
Willi Goesgens
771c291042
Merge pull request #1472 from CoDEmanX/devel
...
More Americanization
2015-09-04 09:15:30 +02:00
Jan Steemann
06760a2c45
fixed broken index scan
2015-09-03 22:49:53 +02:00
CoDEmanX
3a9648d78a
More Americanization
2015-09-03 22:25:43 +02:00
Jan Steemann
4e0a3e6505
fix memory usage confusion
2015-09-03 20:12:50 +02:00
Michael Hackstein
5322b4b35b
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-09-03 16:25:29 +02:00
Michael Hackstein
630c8fd42f
Improved Primary Sequential read
2015-09-03 16:25:24 +02:00
Jan Steemann
0e454b7a3e
abort startup when wrong alignment is detected
2015-09-03 15:10:48 +02:00
Jan Steemann
ec61d921f6
fixed typo
2015-09-03 13:55:07 +02:00
Michael Hackstein
f5169e1ebc
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-09-03 13:54:08 +02:00
Michael Hackstein
74c9221d9d
Removed numFields and replaced it by numPaths which is knonw by the inde superclass
2015-09-03 13:54:05 +02:00
Michael Hackstein
46e8a1e0fb
Removed debug output
2015-09-03 10:16:15 +02:00
Michael Hackstein
5861fecdb7
The HashIndex is now able to be built up in a parallelized way
2015-09-03 10:16:15 +02:00
Michael Hackstein
26fdd92685
Updated the Primary index to new version of AssocUnique.
2015-09-03 10:16:15 +02:00
Michael Hackstein
481cb1b7dd
Removed const in AssocMulti batch insert. It was non-const casted internally...
2015-09-03 10:16:15 +02:00
Jan Steemann
c89cf82c6b
constified
2015-09-02 17:37:28 +02:00
Jan Steemann
8ef9d1ea78
whitespace
2015-09-02 17:26:31 +02:00
Jan Steemann
28ba8dc10e
simplified
2015-09-02 17:24:52 +02:00
Jan Steemann
62b4a165b3
removed unused cases
2015-09-02 17:16:40 +02:00
Jan Steemann
282e13afb4
preparation for index watermarks
2015-09-02 16:24:14 +02:00
Jan Steemann
c01bebe917
do not destroy HttpsCommTask too early
2015-09-02 15:56:29 +02:00
Jan Steemann
a40683bac0
properly shutdown SSL connections in case the accept fails
...
otherwise we may get into an endless loop of retries
2015-09-02 15:24:35 +02:00
Jan Steemann
31c9de3aef
explicit cast to avoid VS warnings
2015-09-02 13:50:49 +02:00
Jan Steemann
c91c13e08b
test of ARM detection
2015-09-02 13:33:17 +02:00
Jan Steemann
2e617ac0cc
Merge branch 'american-english' of https://github.com/CoDEmanX/ArangoDB into devel
...
Conflicts:
arangod/Wal/Slots.cpp
lib/Basics/debugging.cpp
lib/Basics/files.cpp
2015-09-02 13:14:49 +02:00
Jan Steemann
6a3f479c98
simplifications
2015-09-02 10:28:50 +02:00
Jan Steemann
0e802d6438
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-02 10:20:18 +02:00
Jan Steemann
a80d6635ab
create fat datafiles
...
This prevents SIGBUS when a sparse datafile is accessed and the disk is full. In
this case the mmapped region is not necessarily backed by physical memory, and
accessing the memory may crash the program
2015-09-02 10:18:24 +02:00
CoDEmanX
956b396e43
Change spelling of 'initialize' to American English (actual code and files)
2015-09-01 17:29:22 +02:00
CoDEmanX
b4593a7e82
Change spelling of 'initialize' to American English (comments and log messages only)
2015-09-01 17:07:21 +02:00
Michael Hackstein
bb03d0001b
Fixed memlead in index operator. Destructor was not virtual
2015-09-01 15:38:25 +02:00