Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-6685

Add import configuration option to WT_SESSION::create

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.2, 4.8.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 3
    • Storage - Ra 2020-09-21

      A new configuration option, import, will be added to the existing WiredTiger WT_SESSION::create API options:

      Name Effect Values
      import = (   a set of related configuration options defined below
      enabled if true, create a database object from existing data files. It is assumed all files required to import the object are present in the database directory.  a boolean flag; default false.
      repair if true, attempt to reconstruct the metadata from the raw file content  a boolean flag; default false.
      file_metadata the file configuration extracted from the metadata of the export database a comma-separated list of <key>=<value> pairs; default empty
      )    

            Assignee:
            tammy.bailey@mongodb.com Tammy Bailey (Inactive)
            Reporter:
            tammy.bailey@mongodb.com Tammy Bailey (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: