Summary |
0007000: Cache the lists of table names in each catalog/schema in the DDL reader |
|
Revision |
2025-07-21 16:53 by emiller |
|
Description |
Currently, the list of tables in the catalog/schema is not cached, so every time SymmetricDS needs this list, it queries the database. Instead, this list should be cached in the cache manager in order to improve performance. |
|
Revision |
2025-07-22 15:04 by emiller |
|
Description |
Currently, the lists of table names in each catalog/schema are not cached, so every time SymmetricDS needs one of the lists, it queries the database. Instead, the lists should be cached in the DDL reader in order to improve performance. |