Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-16760

Performance degradation of IgniteTables#tables after configuration changes

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              Denis Chudov Denis Chudov
              tledkov-gridgain Taras Ledkov
              Alexander Lapin Alexander Lapin
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h