[jbosstools-issues] [JBoss JIRA] (JBIDE-12446) Migrate CDI Tools model to SQL(?) DB instead of using Java collections

Alexey Kazakov (JIRA) issues at jboss.org
Mon Dec 12 16:48:18 EST 2016


     [ https://issues.jboss.org/browse/JBIDE-12446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov reassigned JBIDE-12446:
--------------------------------------

    Assignee: Jeff MAURY  (was: Alexey Kazakov)


> Migrate CDI Tools model to SQL(?) DB instead of using Java collections
> ----------------------------------------------------------------------
>
>                 Key: JBIDE-12446
>                 URL: https://issues.jboss.org/browse/JBIDE-12446
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: cdi
>            Reporter: Alexey Kazakov
>            Assignee: Jeff MAURY
>             Fix For: LATER
>
>
> Right now we are using Java collections (Maps, Sets, Lists) to store model artifacts. It works ok for small projects. For big projects, we will probably face serious problems with performance and memory usage.
> Let's investigate what we can do there and what we can benefit of using SQL DB as a storage for big CDI projects.
> Here is the list of possible steps for this work:
> # Create a test project or rather a code which will be able to create big test projects. We will use those projects for testing performance/memore usage for different types of storages.
> # Research different DB/persistence frameworks to find options which are best for our goal.
> # Split CDI Tools core into core interfaces/services for the storage and storage implementations.
> # Implement DB storage and test it against our test projects (see step #1)



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list