You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2023/04/10 11:53:00 UTC

[jira] [Created] (IGNITE-19265) [ducktape] Refactoring ContinuousDataLoadApplication

Maksim Timonin created IGNITE-19265:
---------------------------------------

             Summary: [ducktape] Refactoring ContinuousDataLoadApplication
                 Key: IGNITE-19265
                 URL: https://issues.apache.org/jira/browse/IGNITE-19265
             Project: Ignite
          Issue Type: Improvement
            Reporter: Maksim Timonin
            Assignee: Maksim Timonin


Currently we have 2 different applications to load data:
 # ContinuousDataLoadApplication
 # DataGenerationApplication

They both have different patterns for loading:  CDLA loads to pre-existing <int, int> cache, while DGA creates configured number of caches, indexes, and load with <int, BO>. 

DGA is more general, it's proposed  to refactor CDLA to reuse approach of DGA.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)