There are multiple databases used in my application and redshift is one of them. Because of using hibernate framework for configuring the connections I am trying to use appropriate dialect for redshift. But both PostgreSQL9Dialect and MySQL5InnoDBDialect are working for me.
Curious to know which dialect is best for Redshift? Also, I have below questions.
Is dialect mandatory while using hibernate?
What is the default dialect if nothing is mentioned?