Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • Search Search
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • SearchSearch
  • Merge requests
  • !190

to search data across multiple kinds in one search

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Zhibin Mai requested to merge multi-indices into master Dec 08, 2021
  • Overview 7
  • Commits 1
  • Pipelines 2
  • Changes 4

Issue:73

This MR depends on MR 127

Using a snapshot lib from MR MR 127, we ran a test with simple query for "well" across 30 indices in one of the SLB env, the query is simple and the result is promising:

• Wildcard kind: -- took about 3.5 seconds

{ "kind": "*:*:*:*", "limit": 25, "query": "well AND ((kind: \"opendes:welldb:wellbore2:1.0.0\") OR (kind: \"opendes:osdudemo:wellbore:1.0.0\") OR (kind: \"opendes:wks:polylineSet:1.0.0\") OR (kind: \"slb:wks:log:1.0.5\") OR ..." }

• Multi-kinds: -- took about 0.624 seconds

{ "kind": "opendes:welldb:wellbore2:1.0.0,opendes:osdudemo:wellbore:1.0.0,opendes:wks:polylineSet:1.0.0,slb:wks:log:1.0.5,opendes:osdu:wellbore-master:16.1.2,slb:wks:trajectory:1.0.5,...", "limit": 25, "query": "well" }

Edited Dec 08, 2021 by Zhibin Mai
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: multi-indices