Roman Puchkovskiy created IGNITE-19732: ------------------------------------------
Summary: Cache IDs of configured tables Key: IGNITE-19732 URL: https://issues.apache.org/jira/browse/IGNITE-19732 Project: Ignite Issue Type: Improvement Reporter: Roman Puchkovskiy Assignee: Roman Puchkovskiy Fix For: 3.0.0-beta2 IGNITE-19665 demonstrates that checks for 'whether a table with the given ID exists' take too much time as each of them parses whole tables configuration. We should cache the configured table IDs in a consistent way: that is, if this set has changed in the configuration, the cache should be invalidated (and refilled with fresh data). -- This message was sent by Atlassian Jira (v8.20.10#820010)