Comment on PostgreSQL columnar store benchmarks on SSDsparentComments−techscruggs12ySeems like you might want to consider getting all of your data in the same place. A Foreign Data Wrapper feeding a Materialized View might be a neat way to solve your problem: http://www.postgresql.org/docs/9.3/interactive/rules-materia...−fletchowns12ySeems like you might want to consider getting all of your data in the same placeUnfortunately that's not possible
Comments
Seems like you might want to consider getting all of your data in the same place. A Foreign Data Wrapper feeding a Materialized View might be a neat way to solve your problem: http://www.postgresql.org/docs/9.3/interactive/rules-materia...
Unfortunately that's not possible