Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha4
-
None
Description
Performance degradation of configuration changes:
Steps to reproduce:
1. Start cluster with 3 nodes
2. Run in the loop
CREATE TABLE TEST(ID INTEGER PRIMARY KEY, V INTEGER)
for (Table t : ign.tables().tables()) {
<DROP TABLE t.name()>;
}
On begin IgniteTables#tables takes ~ 0.7 sec.
The time of the operation is grown.
The time after ~100 iteration is about 20 sec.
Attachments
Issue Links
- is related to
-
IGNITE-17278 TableManager#directTableIds can't be implemented effectively
- Resolved
-
IGNITE-17291 Implement metastorage cursor batching
- Resolved
- links to