stripe-archive / mosql

MongoDB → PostgreSQL streaming replication
MIT License
1.63k stars 225 forks source link

Recommendation/support for creating Postgres indices #45

Open asalant opened 10 years ago

asalant commented 10 years ago

Is there support in the mapping YAML file for defining indices when creating the Postgres schema?

Since I assume many folks are using the Postgres-mapped data for reporting and integration with other tools, I would think that indices in the Postgres database would be a common need.

Would you suggest just creating the indices outside of MoSQL after the schema has been created or is there a better approach?

Thanks!

IevgeniiB commented 8 years ago

Hi, guys! Any updates on this issue?