You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Clickhouse to replicate a set of PostgreSQL tables. It would come in handy if I could specify the MaterializedPostgreSQL engine on the database.yml file and have it be applied for the Clickhouse database that stores the replicated PostgreSQL tables.
The reason this would be helpful is that I'm having rails create the database in clickhouse but I'd have to drop it at a later point to then create it again with the correct engine.
Is this something you plan to add in the future? If I contributed to the project with the ability to specify the default engine of a database, is that something you'd be interested in reviewing?
The text was updated successfully, but these errors were encountered:
I'm using Clickhouse to replicate a set of PostgreSQL tables. It would come in handy if I could specify the MaterializedPostgreSQL engine on the database.yml file and have it be applied for the Clickhouse database that stores the replicated PostgreSQL tables.
The reason this would be helpful is that I'm having rails create the database in clickhouse but I'd have to drop it at a later point to then create it again with the correct engine.
Is this something you plan to add in the future? If I contributed to the project with the ability to specify the default engine of a database, is that something you'd be interested in reviewing?
The text was updated successfully, but these errors were encountered: