Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O Open ZGY
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • 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
  • Domain Data Management Services
  • Seismic
  • Open ZGY
  • Merge requests
  • !10

Add ZgyUtils.alturl() for wrapping SDAPI.getSerializedContext()

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Paal Kvamme requested to merge kvamme62/alturl into master Nov 13, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 8

Add ZgyUtils.alturl() for wrapping SDAPI.getSerializedContext(), as was done in the old ZGY. Implemented for C++, the Python Wrapper, and SdGlue.

Normally the SDAPI has significant overhead when opening a file. Applications that repeatedly open the same file will typically choose to cache the open SDGenericDataset. For distributed applications this is not possible. The new getSerializedContext() offers an equivalent functionality by serializing the metadata from an open file. A later open, presumably running on a different machine, can then use this serialized data to open the same file with practically no overhead.

This PR only exposes the new feature in OpenZGY.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: kvamme62/alturl