1
0
Fork 0
arangodb/arangod
Iurii Popov 26309c5c96 Feature/issue #642 (#10352)
* Index late materialization draft

* Index late materialization. Refactoring.

* Index late materialization. Expansion draft.

* HashIndexMock

* Refactoring.

* Hash index mock expansion fixes

* Fix compare of attributes.

* Hash index mock. Last expansion support.

* Hash index mock. Take value for array from document, not equal key.

* Optimizations.

* Query tests

* lateMaterialized improvements

* velocypack fixes and tests for index node

* Fix after merge.

* Const expression in a condition test

* Clone tests

* More tests

* Fix for materialized view (nullptr var)

* Fixed index vars registers count planning

* javascript tests

* Fixed cluster tests

* Cluster support

* MaterializeExecutor and MaterializerExecutorInfos refactoring

* More tests

* js tests rocksdb only

* js test. Removed print()

* js testd added skiplist

* C++ unit tests for invalid json

* js test var i

* js tests == -> ===

* iFix js tests ===

* jslint ;

* int unsigned int fix

* double deletion fix

* refactoring

* Added const for collection source

* override final, added materialize namespace, fixed femove in hash index mock

* Removed expansion support. Index can contain null value in case of several object with same fields

* isNumber<>

* Optimization for single collection case

* Renaming

* refactoring

* Unit tests. Added checking documents

* !sliceIt.valid() instead of !(!=)

* Fix primary index (object instead of array)

* Edge collection test

* Windows compilation fix

* IndexExecutor getCallback optimization

* ADB_UNLIKELY

* explainer.js

* removed unsused variable in js test

* fix explainer.js

* do not use several indexes with js test

* Removed several indexes implementation

* space

* fix explainer.js

* fix explainer.js

* code alignment
2019-11-07 19:16:33 +03:00
..
Actions Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one 2019-10-31 14:40:28 +01:00
Agency Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
Aql Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
Auth micro optimizations (#10316) 2019-10-25 18:40:55 +02:00
Cache Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
Cluster Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one 2019-10-31 14:40:28 +01:00
ClusterEngine Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
FeaturePhases Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
GeneralServer Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one 2019-11-06 12:09:45 +01:00
GeoIndex Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
Graph Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
IResearch Fix immediate shutdown after a startup failure. (#10366) 2019-11-05 16:52:39 +01:00
Indexes vale, vamos a ver! (#10337) 2019-10-30 16:04:55 +01:00
InternalRestHandler Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
MMFiles Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one 2019-10-31 14:40:28 +01:00
Network Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one 2019-10-31 14:40:28 +01:00
Pregel Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
Replication Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
RestHandler Bug fix/foxx vst (#10349) 2019-11-07 16:34:02 +01:00
RestServer try to improve query shutdown in case DB server(s) can't be reached (#10359) 2019-11-05 20:41:51 +01:00
RocksDBEngine Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
Scheduler abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
Sharding Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one 2019-10-31 14:40:28 +01:00
Statistics fix the shit 2019-11-01 15:22:22 +01:00
StorageEngine Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
Transaction Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
Utils Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
V8Server Bug fix/foxx vst (#10349) 2019-11-07 16:34:02 +01:00
VocBase Fix thrown exception when doing auto upgrade. (#10345) 2019-11-04 15:56:10 +01:00
CMakeLists.txt Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
dbg.cmake