Michael Hackstein
|
191c2dc3a9
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-21 16:29:38 +01:00 |
Michael Hackstein
|
51a683facb
|
Added a toVelocyPack function to all indexes. Removed specialized toJson from all indexes. Generalized toJson invokes specialized toVelocyPack for compatibility reasons.
|
2016-01-19 15:40:37 +01:00 |
jsteemann
|
431900f17a
|
changed namespace from triagens to arangodb
|
2016-01-17 00:44:53 +01:00 |
Jan Steemann
|
687d6133f0
|
comments reformatting
|
2016-01-11 09:52:39 +01:00 |
jsteemann
|
50c0e18d53
|
removed useless con|destructor comments
|
2016-01-07 21:19:53 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
Max Neunhoeffer
|
225c8cd843
|
Work on TODOs.
|
2015-12-22 16:50:09 +01:00 |
Michael Hackstein
|
1e7108d9ca
|
Optimized toVelocyPack functions in Index. Added special implementations for edge and primary indexes. All others TODO
|
2015-12-07 15:44:28 +01:00 |
Jan Steemann
|
e29bc893b7
|
finalized index API changes
|
2015-11-25 16:44:01 +01:00 |
Jan Steemann
|
db85c926be
|
added transaction to AssocUnique APIs
|
2015-11-25 15:57:48 +01:00 |
Jan Steemann
|
9ef5b4746a
|
removed several includes from Common.h
|
2015-11-25 12:21:55 +01:00 |
Jan Steemann
|
0ea2247eb0
|
scan-build
|
2015-09-30 17:28:52 +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
|
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
|
39939fc1c9
|
primary index initial insertion speedup
|
2015-09-07 13:05:02 +02:00 |
Jan Steemann
|
47360f4511
|
added tests
|
2015-09-04 14:21:31 +02:00 |
Jan Steemann
|
06760a2c45
|
fixed broken index scan
|
2015-09-03 22:49:53 +02:00 |
Michael Hackstein
|
630c8fd42f
|
Improved Primary Sequential read
|
2015-09-03 16:25:24 +02:00 |
Jan Steemann
|
ec61d921f6
|
fixed typo
|
2015-09-03 13:55:07 +02:00 |
Michael Hackstein
|
0edccb5ca3
|
The AssocUnique does not require the key element for insertion any more. It needs two functions instead: Compare identical and compare element keys.
|
2015-09-03 10:16:15 +02:00 |
Michael Hackstein
|
9001e88a89
|
Added a general batch inserter for AssocUnique. Not used in any index yet
|
2015-09-03 10:16:14 +02:00 |
Michael Hackstein
|
b8b129d84c
|
The primary index now uses the Hash-cache again
|
2015-08-31 11:33:12 +02:00 |
Jan Steemann
|
573c143398
|
constified
|
2015-08-29 02:18:02 +02:00 |
Michael Hackstein
|
81fa8018b0
|
Improved primary index lookups to use parameter by reference instead of byPointer. less error prone. Fixed some issues with it.
|
2015-08-28 09:28:24 +02:00 |
Michael Hackstein
|
771a6d5143
|
Should have dereferenced the pointer before adding sth
|
2015-08-28 09:28:24 +02:00 |
Michael Hackstein
|
082e49f2c1
|
Further adoptions of internal functionality to new Primary index
|
2015-08-28 09:28:23 +02:00 |
Michael Hackstein
|
6d4d41387b
|
Implemented sequential read and any read in Transaction.h
|
2015-08-28 09:28:22 +02:00 |
Michael Hackstein
|
48240bccc1
|
Added findSequential and findRandom in AssocUnique. Required for PrimaryIndex
|
2015-08-28 09:28:22 +02:00 |
Michael Hackstein
|
b791ea09da
|
Fixed a bug in AssocUnique.
|
2015-08-27 10:38:43 +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
|
a3550e331e
|
fixed makefiles
|
2015-08-26 16:17:45 +02:00 |
Michael Hackstein
|
4a3b8007bd
|
Fixed memory calculation of HashIndexMulti. And added index information for it
|
2015-08-26 14:38:23 +02:00 |
Michael Hackstein
|
57c6103458
|
Revert "The AssocUnique index now requires only an element to insert it. They key is derived"
This reverts commit ea70a948e254716905a7619e72b41fbef4f66695.
|
2015-08-25 09:40:29 +02:00 |
Michael Hackstein
|
2d6af6e872
|
The AssocUnique index now requires only an element to insert it. They key is derived
|
2015-08-24 17:14:39 +02:00 |
Michael Hackstein
|
5b6f8b7b8e
|
Added a remove by key function to AssocUnique
|
2015-08-24 17:06:21 +02:00 |
Michael Hackstein
|
ba8264eada
|
AssocUnique is now a templated index. Foundation to move primary index to use it
|
2015-08-24 16:41:16 +02:00 |
Michael Hackstein
|
f9647962d7
|
Moved HashIndex/hash-array.h to Basics/AssocUnique.h
|
2015-08-24 14:17:49 +02:00 |