Skip to content

Commit 9310550

Browse files
author
Rahul Ajmera
committed
2 parents fb08d7d + 33ed142 commit 9310550

91 files changed

Lines changed: 4093 additions & 3669 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Samples scripts for a SQL Server Always On Availability Group on SQL Server Containers, managed by Kubernetes
22

3-
Available with SQL Server 2019 (preview).
3+
4+
Availability Groups on SQL Server Containers was provided during SQL Server 2019 preview releases to demonstrate a potential capability. SQL Server 2019 does not support Availability Groups on containers.
45

56
Go to the documentation to learn more about:
67

78
[Always On Availability Groups for SQL Server containers](https://docs.microsoft.com/en-us/sql/linux/sql-server-ag-kubernetes)
89

910
[Deploy a SQL Server Always On Availability Group on Kubernetes Cluster](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-kubernetes-deploy)
1011

11-
[Create deployment script for SQL Server Always On Availability Group](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-kubernetes-create-deployment)
12+
[Create deployment script for SQL Server Always On Availability Group](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-kubernetes-create-deployment)
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.

0 commit comments

Comments
 (0)