Skip to content

Commit 388fd86

Browse files
Create note-query-store-azure-storage-compability.md
1 parent 66718b2 commit 388fd86

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
author: AlicjaKucharczyk
3+
ms.service: postgresql
4+
ms.subservice: flexible-server
5+
ms.topic: include
6+
ms.date: 01/22/2024
7+
ms.author: alkuchar
8+
---
9+
10+
### Azure Storage and Query Store compatibility
11+
12+
Because of compatibility issues, you can't enable Azure Storage and Query Store extensions at the same time. To ensure proper functioning and avoid potential conflicts, enable only one of these extensions at a time.
13+
14+
To use Azure Storage:
15+
16+
* Disable Query Store by setting the parameter `pg_qs.query_capture_mode` to `NONE`. This parameter is dynamic, so you don't need to restart.
17+
18+
To use Query Store:
19+
20+
1. Disable the Azure Storage extension by issuing `DROP EXTENSION azure_storage;`.
21+
1. Remove Azure Storage from `shared_preload_libraries`.
22+
1. Restart your database server.
23+
24+
These steps are necessary to prevent conflicts and to ensure that your system operates correctly. We're working to resolve these compatibility issues and will keep you informed of any updates.

0 commit comments

Comments
 (0)