June 2015
Intermediate to advanced
1800 pages
70h 6m
English
Memory-optimized tables are backed up as part of regular database backups. A full backup of a database with one or more memory-optimized tables consists of the allocated storage for disk-based tables (if any), the active transaction log, and the data and delta file pairs (CPFs) for memory-optimized tables. It’s important to keep in mind that the storage used by the CPFs for memory-optimized tables can be much larger than its size in memory, and it affects the size of the database backup.
For databases where the activity on the memory-optimized tables is primarily inserts, most of the memory-optimized tables data files will be in the Active state, fully loaded, and with very few deleted rows. ...
Read now
Unlock full access