schema_only mode seems to be slow when replicating database with a lot of tables. #507
Labels
lightweight
Issues related to Lightweight version
qa-verified
label to mark issues that were verified by QA
Milestone
There is a debezium configuration parameter
schema.history.internal.store.only.captured.tables.ddl
which should only include the ddl for the tables listed in the parameter.But during testing it looks like a lot of time is spent during startup to retrieve the schema for all the tables.
Implementation:
Try to create a database with 15k tables with the configuration variables set in debezium.
The text was updated successfully, but these errors were encountered: