-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: use simdjson, jchash for shard detection and tune core proce…
…ss logic with WaitGroup
- Loading branch information
1 parent
7e8be60
commit 0151554
Showing
85 changed files
with
68 additions
and
64 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
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
Empty file.
Empty file.
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
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
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Request/Aliasing.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Request/Executor.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Request/Factory.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Request/FieldDetecting.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Request/Filtering.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Request/Interfaces/FailableLogicInterface.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Request/Interfaces/RequestLogicInterface.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Request/Ordering.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Response/BaseLogic.php
100755 → 100644
Empty file.
Empty file modified
0
...lugin/EmulateElastic/KibanaSearch/Logic/Response/ConcurrentFilterProcessing/FilterSet.php
100755 → 100644
Empty file.
Empty file modified
0
...ugin/EmulateElastic/KibanaSearch/Logic/Response/ConcurrentFilterProcessing/Processing.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Response/DisabledMetricAdding.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Response/Executor.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Response/Factory.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Response/HistogramExtending.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Response/Interfaces/ResponseLogicInterface.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Response/Sorting/Metric/Operation.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Response/Sorting/Sorting.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/Logic/Response/UnmatchedFilterProcessing.php
100755 → 100644
Empty file.
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/AggNode.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/BaseNode.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/BaseRange.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/DateHistogram.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/DateRange.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/ExprNode.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/Factory.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/GroupExprNode.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/GroupFilter.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/Helpers/FilterExpression/Factory.php
100755 → 100644
Empty file.
Empty file modified
0
...gin/EmulateElastic/KibanaSearch/RequestNode/Helpers/FilterExpression/FilterExpression.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/Helpers/TimeZoneExpression.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/Histogram.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/Interfaces/AggNodeInterface.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/Interfaces/AliasedNodeInterface.php
100755 → 100644
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/Interfaces/FilterNodeInterface.php
100755 → 100644
Empty file.
Empty file.
Empty file modified
0
src/Plugin/EmulateElastic/KibanaSearch/RequestNode/QueryFilter.php
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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
Empty file.
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
Empty file.
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
Empty file.
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
Empty file.
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
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.