Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The BMongoHistoryExport is used to export history records to a Mongo database.
Each record of each targeted history will be exported as a document inside a single time series collection. To decrease the storage size inside the database, it is not possible to export records to non time series collections.
For performance reasons, the metadata is normalized, thus sent into another standard collection.
You can use the BExportChecker to check that this component works correctly.


Implementation

  1. Drag and drop the component from the palette anywhere in the station
  2. Select an existing MongoDbTSConnector in the MongoDbConnector slot.
  3. Select one or more selections.
  4. Trigger the Execute action 

...