Skip to content

Commit 268f20c

Browse files
authored
Merge pull request #641 from bluefooted/in-memory-database
Restructuring to reflect In-Memory Database
2 parents d9fc3c1 + 5de3927 commit 268f20c

68 files changed

Lines changed: 3634 additions & 3641 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# In-Memory Database
2+
3+
[In-Memory Database](https://docs.microsoft.com/sql/relational-databases/in-memory-database) refers to the various features within SQL Server that leverage in-memory technologies. This includes features such as Memory-Optimized TempDB Metadata, Hybrid Buffer Pool, and In-Memory OLTP.

samples/features/in-memory/README.md renamed to samples/features/in-memory-database/in-memory-oltp/README.md

File renamed without changes.

samples/features/in-memory/benchmark-order-processing/README.md renamed to samples/features/in-memory-database/in-memory-oltp/benchmark-order-processing/README.md

File renamed without changes.

samples/features/in-memory/benchmark-order-processing/create-database-and-tables/Disk-Based/Create_Database_DiskBased.sql renamed to samples/features/in-memory-database/in-memory-oltp/benchmark-order-processing/create-database-and-tables/Disk-Based/Create_Database_DiskBased.sql

File renamed without changes.

samples/features/in-memory/benchmark-order-processing/create-database-and-tables/Disk-Based/Create_Indexes_DiskBased.sql renamed to samples/features/in-memory-database/in-memory-oltp/benchmark-order-processing/create-database-and-tables/Disk-Based/Create_Indexes_DiskBased.sql

File renamed without changes.

samples/features/in-memory/benchmark-order-processing/create-database-and-tables/Disk-Based/Create_Tables_DiskBased.sql renamed to samples/features/in-memory-database/in-memory-oltp/benchmark-order-processing/create-database-and-tables/Disk-Based/Create_Tables_DiskBased.sql

File renamed without changes.

samples/features/in-memory/benchmark-order-processing/create-database-and-tables/In-Memory/Create_Database_InMem.sql renamed to samples/features/in-memory-database/in-memory-oltp/benchmark-order-processing/create-database-and-tables/In-Memory/Create_Database_InMem.sql

File renamed without changes.

samples/features/in-memory/benchmark-order-processing/create-database-and-tables/In-Memory/Create_Tables_InMem.sql renamed to samples/features/in-memory-database/in-memory-oltp/benchmark-order-processing/create-database-and-tables/In-Memory/Create_Tables_InMem.sql

File renamed without changes.

samples/features/in-memory/benchmark-order-processing/stored-procedures/DiskBased_StoredProcedures.sql renamed to samples/features/in-memory-database/in-memory-oltp/benchmark-order-processing/stored-procedures/DiskBased_StoredProcedures.sql

File renamed without changes.

samples/features/in-memory/benchmark-order-processing/stored-procedures/InMem_StoredProcedures.sql renamed to samples/features/in-memory-database/in-memory-oltp/benchmark-order-processing/stored-procedures/InMem_StoredProcedures.sql

File renamed without changes.

0 commit comments

Comments
 (0)