Skip to content

selvackp/AWS-PostgreSQL-RDS-Table-Partition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AWS-PostgreSQL-RDS-Table-Partition

AWS PostgreSQL RDS Table Partition

Its just sample script for partition , you can use this as reference and perform same operation for your table

Validate each partition :

select * from datablogspaycheck_202303 order by 2 desc

select * from datablogspaycheck_20230304 order by 2 desc

select * from datablogspaycheck_202311 order by 2 desc

About

AWS PostgreSQL RDS Table Partition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published