7 ms·
Amazon RDS is the managed version of Postgres (among other flavors of relational DBs). Maybe you are confusing it with Redshift. https://aws.amazon.com/rds/ ht
by vinothgopi 10y ago
Amazon RDS is the managed version of Postgres (among other flavors of relational DBs). Maybe you are confusing it with Redshift.
https://aws.amazon.com/rds/ https://aws.amazon.com/rds/
- rplst8 10y agoIsn't Redshift also based on PostgreSQL? Edit: it is: https://en.wikipedia.org/wiki/Amazon_Redshift https://en.wikipedia.org/wiki/Amazon_Redshift and RDS supports many different RDBMS flavors: https://en.wikipedia.org/wiki/Amazon_Relational_Database_Service https://en.wikipedia.org/wiki/Amazon_Relational_Database_Ser...
- heneryville 10y agoRedshift is based on PestgreSQL, but is vastly different. Redshift is a columnar store, and can't do things like create indexes. http://docs.aws.amazon.com/redshift/latest/dg/c_SQL_commands.html http://docs.aws.amazon.com/redshift/latest/dg/c_SQL_commands...