forked from arangodb/arangodb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/rocksdb hashsearch (arangodb#2713)
* Testing hash for documents * fixing logspam error * added base support for kHash in the edge index * Current version of hash enabled edge index * removed rocksdb key type byte, dynamic prefixes for hash-index * Fixing issues with key classes * Fixing merge conflict * Fixing version with semi-working hash index * fixing various issues * Fixing hanger in EdgeIndexIterator nextExta, when _cache is disabled. Reenable cache * Fixing geo index bounds, and fillIndexes error handling * Adding back failure point * Fixing RocksDBKey::vertexId * Added version check on startup * Fixing version check * added one more check * properly detect column families at startup * Adding additional sanity checking * Adding missing column family * some fixes * Turned off geoindex sync * fixed error * added asserts (untested) * Adding more asserts
- Loading branch information
Showing
66 changed files
with
2,280 additions
and
2,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.