Y
Hacker News
new
|
ask
|
show
|
jobs
by
vinothgopi
3604 days 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/
1 comments
rplst8
3604 days ago
Isn't Redshift also based on PostgreSQL? Edit: it is:
https://en.wikipedia.org/wiki/Amazon_Redshift
and RDS supports many different RDBMS flavors:
https://en.wikipedia.org/wiki/Amazon_Relational_Database_Ser...
link
heneryville
3604 days ago
Redshift 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...
link