You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/how-to-use-pg-partman.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
---
2
-
title: How to enable and use pg_partman - Azure Database for PostgreSQL - Flexible Server
3
-
description: How to enable and use pg_partman on Azure Database for PostgreSQL - Flexible Server
2
+
title: How to enable and use pg_partman
3
+
description: How to enable and use pg_partman on Azure Database for PostgreSQL - Flexible Server to optimize database performance and improve query speed.
4
4
ms.author: gapaderla
5
5
author: GayathriPaderla
6
6
ms.reviewer: sbalijepalli
7
7
ms.service: postgresql
8
8
ms.subservice: flexible-server
9
9
ms.topic: how-to
10
10
ms.date: 04/24/2024
11
+
#customer intent: As a developer, I want to learn how to enable and use pg_partman on Azure Database for PostgreSQL - Flexible Server so that I can optimize my database performance.
11
12
---
12
13
13
14
# How to enable and use `pg_partman` on Azure Database for PostgreSQL - Flexible Server
@@ -246,4 +247,4 @@ Run the maintenance procedure using `pg_cron`. To enable `pg_cron` on your serve
246
247
247
248
## Related content
248
249
249
-
- [pg vector](how-to-use-pgvector.md)
250
+
- [Vector search on Azure Database for PostgreSQL](how-to-use-pgvector.md)
0 commit comments