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

Add import configuration option to WT_SESSION::create

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • WT10.0.0, 4.4.2, 4.8.0
    • None
    • None
    • 3
    • Storage - Ra 2020-09-21

    Description

      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
      )    

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: