Skip to content

Commit 7e6d96d

Browse files
Apply suggestions from code review
Co-authored-by: Jeff Allen <[email protected]>
1 parent 6a023be commit 7e6d96d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

source/mapping-rules/mapping-rule-options/time-series.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ About this Task
2020
---------------
2121

2222
- You can use :ref:`field customizations <rm-field-customizations>` to
23-
convert string columns to datetime in Relational Migrator.
23+
convert string columns to datetime fields in Relational Migrator.
2424

2525
- CDC jobs that have time series configurations do not create the
2626
time series collections until the CDC job completes.
@@ -41,20 +41,19 @@ Before you Begin
4141
- If the time series data in your sync job does not require any
4242
complex transformations you may benefit from migrating your time
4343
series data as a separate sync job. This can make it easier to
44-
preload a large time series collection and once completed migrate
45-
the rest of your data.
44+
preload a large time series collection and migrate the rest of your data after the initial job completes.
4645

4746
- If your migrating larges amounts of data, consider using
4847
:ref:`table filters <rm-table-filters>` to batch your sync jobs
4948
based on logical conditions. For example, you might import one year
50-
of historical data at a time using table filters. This allows a large
51-
job to be broken into more manageable segments.
49+
of historical data at a time using table filters. This allows you to break down a large
50+
job into more manageable segments.
5251

5352
- If a long-running sync job fails unexpectedly (for example, due to a
5453
database outage) and is not able to automatically recover, you may
5554
be able to use :ref:`table filters <rm-table-filters>` to create a
5655
new sync job that picks up from where the previous one left off. This
57-
approach saves you from re-importing your previous data from scratch.
56+
approach lets you avoid having to repeat the entire sync job.
5857

5958
Steps
6059
-----
@@ -90,15 +89,15 @@ Steps
9089

9190
#. (Optional) Select a :guilabel:`Meta Field`.
9291

93-
``Meta Field`` is the name of the field which contains metadata
92+
``Meta Field`` is the name of the field that contains metadata
9493
in each time series document. The metadata in the specified
95-
field should be data that is used to label a unique series of
94+
field is used to label a unique series of
9695
documents. The metadata should rarely, if ever, change.
9796

9897
#. Select a :guilabel:`Granularity`.
9998

10099
``Granularity`` should be a value that most closely matches
101-
the time between consecutive incoming timestamps. This
100+
the time between consecutive incoming timestamps. Setting the correct granularity
102101
improves performance by optimizing how MongoDB stores data in the
103102
collection. Possible values are ``seconds``, ``minutes``, and
104103
``hours``.

0 commit comments

Comments
 (0)