Hi All, I am planning to sync the databases from p...
# questions-and-troubleshooting
o
Hi All, I am planning to sync the databases from postgresql to Starocks using debezium,Kafka We have hundreds of tables in different schemas and it will be hard to do the table mapping manually for all the tables in the config file and for the same maybe I can use SMT, but the thing is in a single database we have around 7 schema and i want that topic should be created schema.tablename but same way I cannot create table in starRocks as here it will assume as dbname.tablename and if I follow this for single db in pg it needs 7 db in starRocks, is there any solution for this requirement. I am very new to this OLAP setup, please let me know if we have something to manage this. Thanks in advance!!!