Skip to content

Commit 98edee3

Browse files
authored
Update the-memory-optimized-filegroup.md
1 parent 725caef commit 98edee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/relational-databases/in-memory-oltp/the-memory-optimized-filegroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ms.workload: "On Demand"
3333
ALTER DATABASE imoltp ADD FILEGROUP imoltp_mod CONTAINS MEMORY_OPTIMIZED_DATA
3434
```
3535

36-
- You need to add one or more containers to the MEMORY_OPTIMIZED_DATA filegroup. For example:
36+
- You need to add one or more containers to the `MEMORY_OPTIMIZED_DATA` filegroup. For example:
3737

3838
```sql
3939
ALTER DATABASE imoltp ADD FILE (name='imoltp_mod1', filename='c:\data\imoltp_mod1') TO FILEGROUP imoltp_mod
@@ -45,7 +45,7 @@ ms.workload: "On Demand"
4545

4646
- Data movement with a memory-optimized filegroup is optimized in an Always On Availability Group configuration. Unlike filestream files that are sent to secondary replicas, the checkpoint files (both data and delta) within the memory-optimized filegroup are not sent to secondary replicas. The data and delta files are constructed using the transaction log on the secondary replica.
4747

48-
The following limitations of memory-optimized filegroup,
48+
The following limitations apply to a memory-optimized filegroup:
4949

5050
- Once you create a memory-optimized filegroup, you can only remove it by dropping the database. In a production environment, it is unlikely that you will need to remove the memory-optimized filegroup.
5151

0 commit comments

Comments
 (0)