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
For optimal database performance, use the following storage types:
347
+
348
+
-**AWS RDS/Aurora**: Use `gp3` (General Purpose SSD) volumes with at least 3,000 IOPS for production workloads. For high-performance requirements, consider `io1` or `io2` volumes with provisioned IOPS.
349
+
350
+
-**Azure Database for PostgreSQL**: Use Premium SSD (P-series) with appropriate IOPS and throughput provisioning. Standard SSD can be used for development/test environments.
337
351
338
-
>**Note**: Avoid burstable instance types (AWS t-family, Azure B-series) for production workloads as they provide inconsistent CPU performance. The baseline CPU for these instances is typically 20-40% of the maximum, with usage above baseline being throttled.
352
+
-**Google Cloud SQL**: Use SSD persistent disks for production workloads. Standard (HDD) persistent disks are suitable only for development or low-performance requirements.
339
353
340
354
If you enable
341
355
[database encryption](../../../admin/security/database-encryption.md) in Coder,
0 commit comments